Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Communications Stage ID
Response
communications stage deleted
The response is of type file.
Deletes a communications stage
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "64f69181-20b2-4086-804a-f3df2f1cf1fb",
"type": "communications_stages",
"attributes": {
"name": "jzvx0",
"slug": "jzvx0",
"description": "Sed fugit est ut.",
"position": 1,
"created_at": "2025-11-06T13:20:41.637-08:00",
"updated_at": "2025-11-06T13:20:45.868-08: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": "64f69181-20b2-4086-804a-f3df2f1cf1fb",
"type": "communications_stages",
"attributes": {
"name": "jzvx0",
"slug": "jzvx0",
"description": "Sed fugit est ut.",
"position": 1,
"created_at": "2025-11-06T13:20:41.637-08:00",
"updated_at": "2025-11-06T13:20:45.868-08:00"
}
}
}