Skip to main content
DELETE
/
v2
/
schedules
/
{schedule_id}
/
replicas
/
{id}
DestroyScheduleReplica
curl --request DELETE \
  --url https://api.incident.io/v2/schedules/{schedule_id}/replicas/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

schedule_id
string
required

The parent schedule ID

Example:

"01FDAG4SAP5TYPT98WGR2N7W91"

id
string
required

The replica ID to archive

Example:

"01FDAG4SAP5TYPT98WGR2N7W91"

Response

204

No Content response.