Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5006b249-ece2-4c41-b7fa-b108f0934aed",
"type": "communications_types",
"attributes": {
"name": "vhw06",
"slug": "vhw06",
"description": "Tempora pariatur cumque corporis.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2026-01-27T15:27:09.299-08:00",
"updated_at": "2026-01-27T15:27:11.360-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": "5006b249-ece2-4c41-b7fa-b108f0934aed",
"type": "communications_types",
"attributes": {
"name": "vhw06",
"slug": "vhw06",
"description": "Tempora pariatur cumque corporis.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2026-01-27T15:27:09.299-08:00",
"updated_at": "2026-01-27T15:27:11.360-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}