> For the complete documentation index, see [llms.txt](https://support.docstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.docstudio.com/admin-panel/webhooks-callbacks/envelope-callbacks-overview/delete-a-callback-api.md).

# Delete a Callback (API)

To delete a callback record, use the following request:

| **Method** | ***Request URL***                                 |
| ---------- | ------------------------------------------------- |
| DELETE     | /api/v1/envelope/callback/{{callbackUUID}}/remove |

### **Delete callback**

<table data-header-hidden><thead><tr><th width="169"></th><th></th></tr></thead><tbody><tr><td><strong>URL</strong></td><td></td></tr><tr><td>Method</td><td>DELETE</td></tr><tr><td>request URL</td><td>/api/v1/envelope/callback/{{callbackUUID}}/remove</td></tr><tr><td><strong>Headers</strong></td><td></td></tr><tr><td>content-type</td><td>application/json</td></tr><tr><td>authorization</td><td>Bearer {token}, where {token} is the authorization token that the user received after successful authorization on the platform</td></tr><tr><td>mailbox</td><td>UUID of the mailbox to which you configured callbacks</td></tr><tr><td>callbackUuid</td><td>UUID of the callback you want to delete</td></tr></tbody></table>

**RESPONSE**

In response, you get a `200` status code.
