Remove an on-call schedule rotation

Remove an on-call rotation for a single schedule. 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/{schedule_id}/rotation

URL parameters

schedule_id
required string

Headers

Authorization
required string

Body parameters

team_name
string
204

Example cURL

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