DELETE
/
v1
/
communications
/
stages
/
{id}
Deletes a communications stage
curl --request DELETE \
  --url https://api.rootly.com/v1/communications/stages/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a5439f40-a6ea-4517-93c1-0dfb63e6e40c",
    "type": "communications_stages",
    "attributes": {
      "name": "m0tos",
      "slug": "m0tos",
      "description": "Tenetur ullam qui cupiditate.",
      "position": 1,
      "created_at": "2025-07-29T19:01:38.855-07:00",
      "updated_at": "2025-07-29T19:01:42.085-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Communications Stage ID

Response

200
application/vnd.api+json

communications stage deleted

The response is of type file.