Deletes a communications stage
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "45308118-9afd-48a7-a79e-b50cc8264838",
"type": "communications_stages",
"attributes": {
"name": "oed63",
"slug": "oed63",
"description": "Ut facilis laudantium earum.",
"position": 1,
"created_at": "2026-01-10T21:30:40.125-08:00",
"updated_at": "2026-01-10T21:30:41.748-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "45308118-9afd-48a7-a79e-b50cc8264838",
"type": "communications_stages",
"attributes": {
"name": "oed63",
"slug": "oed63",
"description": "Ut facilis laudantium earum.",
"position": 1,
"created_at": "2026-01-10T21:30:40.125-08:00",
"updated_at": "2026-01-10T21:30:41.748-08:00"
}
}
}