Deletes a communications stage
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "86eada71-2b5d-4d76-836d-b8056bb4150f",
"type": "communications_stages",
"attributes": {
"name": "hx4qu",
"slug": "hx4qu",
"description": "Adipisci expedita qui non.",
"position": 1,
"created_at": "2026-01-10T22:54:48.592-08:00",
"updated_at": "2026-01-10T22:54:50.469-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "86eada71-2b5d-4d76-836d-b8056bb4150f",
"type": "communications_stages",
"attributes": {
"name": "hx4qu",
"slug": "hx4qu",
"description": "Adipisci expedita qui non.",
"position": 1,
"created_at": "2026-01-10T22:54:48.592-08:00",
"updated_at": "2026-01-10T22:54:50.469-08:00"
}
}
}