latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Webhook
Remove block webhook
Removing a webhook will cause new events of the specified type to no longer trigger HTTP callbacks to your URLs.
delete/api/v2/{coin}/webhooks
Path parameters
coinstring required
A cryptocurrency or token ticker symbol.
Example:btc
Request body
Example request
{
"type": "block",
"url": "https://your.server.com/user_webhook",
"id": "59cd72485007a239fb00282ed480da1f"
}Response
OK
Example response
{
"removed": 1
}