Deletes a communications stage
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d4eb7227-bb4c-445e-b2b5-9e462e3f04ef",
"type": "communications_stages",
"attributes": {
"name": "41epp",
"slug": "41epp",
"description": "Aliquam et cum animi.",
"position": 1,
"created_at": "2026-02-20T15:39:32.509-08:00",
"updated_at": "2026-02-20T15:39:34.374-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d4eb7227-bb4c-445e-b2b5-9e462e3f04ef",
"type": "communications_stages",
"attributes": {
"name": "41epp",
"slug": "41epp",
"description": "Aliquam et cum animi.",
"position": 1,
"created_at": "2026-02-20T15:39:32.509-08:00",
"updated_at": "2026-02-20T15:39:34.374-08:00"
}
}
}