Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://app.strix.ai/api/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API token from Settings > API Access

Path Parameters

id
string
required

Response

200 - application/json

Webhook deleted

success
boolean