Deletes a communications stage
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "5b738161-0921-47ee-b58c-73025bc76a2b",
"type": "communications_stages",
"attributes": {
"name": "eikam",
"slug": "eikam",
"description": "Deserunt sunt laboriosam vel.",
"position": 1,
"created_at": "2025-08-19T10:19:03.542-07:00",
"updated_at": "2025-08-19T10:19:06.750-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": "5b738161-0921-47ee-b58c-73025bc76a2b",
"type": "communications_stages",
"attributes": {
"name": "eikam",
"slug": "eikam",
"description": "Deserunt sunt laboriosam vel.",
"position": 1,
"created_at": "2025-08-19T10:19:03.542-07:00",
"updated_at": "2025-08-19T10:19:06.750-07:00"
}
}
}