curl --request DELETE \
--url https://rt.tonapi.io/webhooks/{webhook_id} \
--header 'Authorization: Bearer <token>'{
"message": "unauthorized",
"status_code": 401
}Delete a webhook and all its subscriptions.
curl --request DELETE \
--url https://rt.tonapi.io/webhooks/{webhook_id} \
--header 'Authorization: Bearer <token>'{
"message": "unauthorized",
"status_code": 401
}API key from tonconsole.com. Can also be passed as a token query parameter.
Webhook identifier.
Webhook deleted
Was this page helpful?