Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1cb74702-65ab-42c9-baf7-bf1387ac3daa",
"type": "communications_types",
"attributes": {
"name": "2ctea",
"slug": "2ctea",
"description": "Fuga a voluptas rerum.",
"color": "#F5D9C4",
"position": 1,
"created_at": "2026-01-07T11:56:02.121-08:00",
"updated_at": "2026-01-07T11:56:04.357-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1cb74702-65ab-42c9-baf7-bf1387ac3daa",
"type": "communications_types",
"attributes": {
"name": "2ctea",
"slug": "2ctea",
"description": "Fuga a voluptas rerum.",
"color": "#F5D9C4",
"position": 1,
"created_at": "2026-01-07T11:56:02.121-08:00",
"updated_at": "2026-01-07T11:56:04.357-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}