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
Documentation IndexFetch the complete documentation index at: https://docs.etherfuse.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.etherfuse.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.
Authorization: your-api-key
Bearer
ID of the webhook to delete
Webhook deleted successfully