Remove an on-call calendar rotation

Remove an on-call rotation for a single calendar. This also removes all on-call events generated for this on-call rotation that end after 0:00 UTC today.

DELETE https://uptime.betterstack.com/api/v2/on-calls/{calendar_id}/events/{event_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/default/rotation" \
  --header "Authorization: Bearer $TOKEN"