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

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

app_name
string
required

Webhook app name

Response

Webhook app deleted (empty response)