---
title: "Delete Bin Entry"
method: DELETE
path: "/v1/trash-bin/{binEntryId}"
tags: ["Bin"]
---

# Delete Bin Entry

`DELETE /v1/trash-bin/{binEntryId}`

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.delete` to delete a voucher,
- `campaigns.delete` to delete a campaign,
- `products.delete` to delete a product or SKU.

## Response `204`

Returns no content if deletion is successful.

## Other responses

- `403` — Returns an error if the user is missing required permissions.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/versions/4982266e0494/schema)
