Backend API
Delete a webhook endpoint
cURL
curl --request DELETE \ --url https://api.wacht.dev/webhooks/apps/{app_slug}/endpoints/{endpoint_id} \ --header 'Authorization: <api-key>'
{ "message": "Resource not found" }
API key authentication (format: Bearer {api_key})
Webhook app name
Endpoint ID
Webhook endpoint deleted (empty response)
Was this page helpful?