curl --request POST \
--url https://rt.tonapi.io/webhooks/{webhook_id}/mempool/unsubscribe \
--header 'Authorization: Bearer <token>'{
"message": "unauthorized",
"status_code": 401
}Unsubscribe from mempool events.
curl --request POST \
--url https://rt.tonapi.io/webhooks/{webhook_id}/mempool/unsubscribe \
--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.
Unsubscribed
Was this page helpful?