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
}