Explore documentation

Delete an on-call calendar

Permanently deletes an existing on-call calendar.

DELETE https://uptime.betterstack.com/api/v2/on-calls/{calendar_id}

URL parameters

calendar_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/on-calls/56 \
  --header "Authorization: Bearer $TOKEN"