Delete Bin Entry
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:
- campaigns
- vouchers
- products
- SKUs
To use this endpoint and delete a given resource type, you must have the following permissions:
vouchers.deleteto delete a voucher,campaigns.deleteto delete a campaign,products.deleteto delete a product or SKU.
DELETE
/
v1
/
trash-bin
/
{binEntryId}
Delete Bin Entry
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.
Last modified on February 3, 2026
Was this page helpful?
⌘I

