## Delete the account `DELETE https://getkollek.com/api/account` Permanently delete the account and everything in it: every collection, item, copy, photo and type, along with every member, including you. This cannot be undone and there is no confirmation step. The API key used to make the call stops working immediately, as do the keys of every other member. Nothing goes to the trash, so an emptied account cannot be recovered from it. **Permissions:** Owners only. Editors and viewers get a 404 response. **Returns:** An empty response. ### Example request ```bash curl https://getkollek.com/api/account \ -X DELETE \ -H "Authorization: Bearer $API_KEY" \ -H "Accept: application/json" ``` ### Example response `Status: 204` The response has no body.