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