For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a Callback (API)

Delete an existing callback by its UUID.

To delete a callback record, use the following 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 authorization token that the user received after successful authorization 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.

Last updated