Explore documentation

Delete a Outgoing Webhook integration

Permanently deletes an existing Outgoing Webhook integration.

DELETE https://uptime.betterstack.com/api/v2/outgoing-webhooks/{outgoing_webhook_id}

URL parameters

outgoing_webhook_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/outgoing-webhooks/16 \
  --header "Authorization: Bearer $TOKEN"