DELETE
/
ramp
/
webhook
/
{webhook_id}
curl --request DELETE \
  --url https://api.etherfuse.com/ramp/webhook/{webhook_id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

webhook_id
string
required

ID of the webhook to delete

Response

204

Webhook deleted successfully