Explore documentation

Delete an existing escalation policy group

Permanently deletes an existing escalation policy group.

DELETE https://uptime.betterstack.com/api/v2/policy-groups/:policy_group_id

URL parameters

policy_group_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/policy-groups/1234567 \
  --header "Authorization: Bearer $TOKEN"