Last updated
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
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