Delete a PagerDuty integration

Permanently deletes an existing PagerDuty integration.

DELETE https://uptime.betterstack.com/api/v2/pager-duty-webhooks/{pager_duty_webhook_id}

URL parameters

pager_duty_webhook_id
required string

Headers

Authorization
required string
204

Example cURL

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