Listings
Mark Listing as Sold
Mark a listing as sold
DELETE
Mark Listing as Sold
Mark a listing as sold by external reference. This is a soft delete - the listing remains in the system with statussold.
Requires the
write:listings scope. Contact support to enable write access.Path Parameters
Your unique reference for this listing
Response
Okasie listing UUID
Your provided reference
Always
soldError Responses
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_REFERENCE | External reference is required |
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 403 | PROFILE_FORBIDDEN | No access to this listing |
| 404 | NOT_FOUND | Listing not found for this partner |
This operation is idempotent. Calling DELETE on an already-sold listing will return the same response.