Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "039b646b-53bc-41cf-bed2-e31a697ec1c7",
"type": "communications_types",
"attributes": {
"name": "1qj8f",
"slug": "1qj8f",
"description": "Incidunt omnis delectus deserunt.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-12-18T10:01:17.638-08:00",
"updated_at": "2025-12-18T10:01:19.821-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": "039b646b-53bc-41cf-bed2-e31a697ec1c7",
"type": "communications_types",
"attributes": {
"name": "1qj8f",
"slug": "1qj8f",
"description": "Incidunt omnis delectus deserunt.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-12-18T10:01:17.638-08:00",
"updated_at": "2025-12-18T10:01:19.821-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}