Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/trash-bin/{binEntryId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"code": 403,
"message": "Missing permission",
"details": "User does not have a required permission to perform this operation.",
"key": "missing_required_permission"
}Deletes permanently a bin entry with a given ID.The following resources can be moved to the bin and permanently deleted:
To use this endpoint and delete a given resource type, you must have the following permissions:
vouchers.delete to delete a voucher,campaigns.delete to delete a campaign,products.delete to delete a product or SKU.curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/trash-bin/{binEntryId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"code": 403,
"message": "Missing permission",
"details": "User does not have a required permission to perform this operation.",
"key": "missing_required_permission"
}Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?