=============== Delete callback =============== +---------------+--------------------------------------------------------------+ | **URL** | | +---------------+--------------------------------------------------------------+ | Method | DELETE | +---------------+--------------------------------------------------------------+ | request URL | ``/api/v1/envelope/callback/{{callbackUUID}}/remove`` | +---------------+--------------------------------------------------------------+ | **Headers** | | +---------------+--------------------------------------------------------------+ | content-type | application/json | +---------------+--------------------------------------------------------------+ | authorization |``Bearer {token}`` where {token} is authorization token which | | |user received after successful authorization on platform | +---------------+--------------------------------------------------------------+ | mailbox | UUID of mailbox to which you configured callbacks | +---------------+--------------------------------------------------------------+ | callbackUuid | UUID of callback you want to delete | +---------------+--------------------------------------------------------------+ **RESPONSE** In response you get 200 status code