curl --request POST \
--url https://rt.tonapi.io/webhooks/{webhook_id}/unsubscribe-new-contracts \
--header 'Authorization: Bearer <token>'{
"message": "unauthorized",
"status_code": 401
}Stop receiving webhook notifications when a new contract is deployed to the blockchain.
curl --request POST \
--url https://rt.tonapi.io/webhooks/{webhook_id}/unsubscribe-new-contracts \
--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?