cURL
curl --request DELETE \ --url https://api.fungies.io/v0/offers/{offerId}/keys/removeAllUnsold \ --header 'x-fngs-public-key: <api-key>' \ --header 'x-fngs-secret-key: <api-key>'
{ "status": "<string>", "data": { "success": true } }
Remove unsold keys from an offer
DELETE /v0/offers/:offerId/keys/removeAllUnsold Parameter
DELETE /v0/offers/:offerId/keys/removeAllUnsold Positive response
The response is of type object.
object