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"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Communications Stage ID
communications stage deleted
The response is of type file
.
Was this page helpful?
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"
}
}
}