cURL
curl --request DELETE \ --url https://api.etherfuse.com/ramp/webhook/{webhook_id} \ --header 'Authorization: <api-key>'
{ "error": "Invalid request parameters" }
Deletes a specific webhook
API key for authentication
ID of the webhook to delete
Webhook deleted successfully