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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique ID of this incident status

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

Response

202

Accepted response.