Skip to main content
DELETE
/
webhooks
/
endpoints
/
{endpoint_id}
Delete webhook endpoint
curl --request DELETE \
  --url https://api.wacht.dev/webhooks/endpoints/{endpoint_id} \
  --header 'Authorization: <api-key>'
{
  "message": "Resource not found"
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

endpoint_id
string
required

Endpoint ID

Response

Webhook endpoint deleted (empty response)