Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.arnio.co/api/v1/webhooks/{webhookId} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "Webhook deleted successfully"
}
Delete a webhook by ID.

Authorizations

X-API-Key
string
header
required

Provide your generated API Key.

Path Parameters

webhookId
string
required

Response

200 - application/json

Webhook deleted successfully