curl --request POST \
--url https://rt.tonapi.io/webhooks/{webhook_id}/unsubscribe-msg-opcode/{opcode} \
--header 'Authorization: Bearer <token>'{
"message": "unauthorized",
"status_code": 401
}Stop receiving webhook notifications for messages with the specified opcode.
curl --request POST \
--url https://rt.tonapi.io/webhooks/{webhook_id}/unsubscribe-msg-opcode/{opcode} \
--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.
Opcode in hex format with 0x prefix.
Unsubscribed
Was this page helpful?