Offers

Remove specific unsold key

Remove a specific unsold key from an offer by its ID. Only unsold keys can be removed. Sold keys cannot be deleted.

Authorization

Public key Secret key
x-fngs-public-key<token>

In: header

x-fngs-secret-key<token>

In: header

Path Parameters

offerId*string

DELETE /v0/offers/:offerId/keys/:keyId/removeUnsold Parameter

Formatuuid
keyId*string

DELETE /v0/offers/:offerId/keys/:keyId/removeUnsold Parameter

Formatuuid

Response Body

application/json

application/json

DELETE
/v0/offers/{offerId}/keys/{keyId}/removeUnsold
curl -X DELETE "https://example.com/v0/offers/497f6eca-6276-4993-bfeb-53cbbbba6f08/keys/497f6eca-6276-4993-bfeb-53cbbbba6f08/removeUnsold"
{  "status": "success",  "data": {    "success": true  }}