Skip to main content
DELETE
/
webhook
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://api.fuse.io/api/v0/notifications/webhook/{webhookId} \
  --header 'API-SECRET: <api-secret>'
{
  "message": "Webhook deleted successfully."
}

Headers

API-SECRET
string
required

The secret API key for authentication.

Path Parameters

webhookId
string
required

The unique identifier of the webhook.

Query Parameters

apiKey
string
required

The public API key for authentication.

Response

Webhook successfully deleted.

message
string
Example:

"Webhook deleted successfully."