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

Documentation Index

Fetch the complete documentation index at: https://docs.incident.io/llms.txt

Use this file to discover all available pages before exploring further.

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.