Delete an incoming webhook

Permanently deletes an existing incoming webhook.

DELETE https://uptime.betterstack.com/api/v2/incoming-webhooks/{incoming_webhook_id}

URL parameters

incoming_webhook_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/incoming-webhooks/5 \
  --header "Authorization: Bearer $TEAM_TOKEN"