Delete the webhook from the account
curl --request DELETE \ --url https://api.chainbase.online/v1/webhooks/{webhook_id} \ --header 'x-api-key: <x-api-key>'
"{\"code\":0,\"msg\":\"delete webhook ok\",\"data\":null}"
YOUR-API-KEY
"demo"
Webhook to be deleted
0
"delete webhook ok"