# Delete a Callback (API)

To delete a callback record you should use next request:

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

### **Delete callback**

| **URL**       |                                                                                                                                 |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Method        | DELETE                                                                                                                          |
| request URL   | /api/v1/envelope/callback/{{callbackUUID}}/remove                                                                               |
| **Headers**   |                                                                                                                                 |
| content-type  | application/json                                                                                                                |
| authorization | Bearer {token} where {token} is the authorisation token that which user received after successful authorisation on the platform |
| mailbox       | UUID of the mailbox to which you configured callbacks                                                                           |
| callbackUuid  | UUID of the callback you want to delete                                                                                         |

**RESPONSE**

In response, you get a 200 status code


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.docstudio.com/admin-panel/webhooks-callbacks/envelope-callbacks-overview/delete-a-callback-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
