## Empty the trash `DELETE https://getkollek.com/api/trash` Permanently delete everything in the trash of your account, across all five kinds of object at once. This cannot be undone, and there is no confirmation step. Objects left in the trash are purged automatically once their retention window runs out, so emptying it by hand is only a way to reclaim the space sooner. **Permissions:** Owners and editors. Viewers get a 404 response. **Returns:** An empty response. ### Example request ```bash curl https://getkollek.com/api/trash \ -X DELETE \ -H "Authorization: Bearer $API_KEY" \ -H "Accept: application/json" ``` ### Example response `Status: 204` The response has no body.