Offers

Remove unsold keys

Remove all unsold keys from an offer. This action permanently deletes keys that have not been assigned to customers. Sold keys are preserved for record-keeping.

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/removeAllUnsold Parameter

Formatuuid

Response Body

application/json

application/json

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