Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "36e2a9ea-f71f-4267-b688-90de75c1a6ae",
"type": "communications_types",
"attributes": {
"name": "naggh",
"slug": "naggh",
"description": "Et et voluptate molestias.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2026-01-27T13:03:43.645-08:00",
"updated_at": "2026-01-27T13:03:45.400-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": "36e2a9ea-f71f-4267-b688-90de75c1a6ae",
"type": "communications_types",
"attributes": {
"name": "naggh",
"slug": "naggh",
"description": "Et et voluptate molestias.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2026-01-27T13:03:43.645-08:00",
"updated_at": "2026-01-27T13:03:45.400-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}