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