curl --request DELETE \
--url https://api.rootfi.dev/v3/core/webhooks/{webhook_id} \
--header 'api_key: <api-key>'{
"status": "success"
}Delete a webhook.
curl --request DELETE \
--url https://api.rootfi.dev/v3/core/webhooks/{webhook_id} \
--header 'api_key: <api-key>'{
"status": "success"
}