Deletes a communications stage
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "005ace6a-5206-4953-9eb4-17c10df1d147",
"type": "communications_stages",
"attributes": {
"name": "0m1fv",
"slug": "0m1fv",
"description": "Quasi perferendis distinctio rem.",
"position": 1,
"created_at": "2025-09-08T13:44:02.747-07:00",
"updated_at": "2025-09-08T13:44:04.864-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": "005ace6a-5206-4953-9eb4-17c10df1d147",
"type": "communications_stages",
"attributes": {
"name": "0m1fv",
"slug": "0m1fv",
"description": "Quasi perferendis distinctio rem.",
"position": 1,
"created_at": "2025-09-08T13:44:02.747-07:00",
"updated_at": "2025-09-08T13:44:04.864-07:00"
}
}
}