Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bf735550-f74e-48b3-8029-75d6feeec4b3",
"type": "communications_types",
"attributes": {
"name": "mf7ty",
"slug": "mf7ty",
"description": "Placeat beatae eos nobis.",
"color": "#D7F5E1",
"position": 1,
"created_at": "2026-02-16T14:37:36.142-08:00",
"updated_at": "2026-02-16T14:37:37.437-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": "bf735550-f74e-48b3-8029-75d6feeec4b3",
"type": "communications_types",
"attributes": {
"name": "mf7ty",
"slug": "mf7ty",
"description": "Placeat beatae eos nobis.",
"color": "#D7F5E1",
"position": 1,
"created_at": "2026-02-16T14:37:36.142-08:00",
"updated_at": "2026-02-16T14:37:37.437-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}