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