Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a1ce3c90-6596-4eed-9af0-cb9359f14f15",
"type": "communications_types",
"attributes": {
"name": "94ujc",
"slug": "94ujc",
"description": "Soluta explicabo ut cum.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-07-29T05:35:57.453-07:00",
"updated_at": "2025-07-29T05:36:00.048-07:00",
"communication_groups": [],
"communication_templates": []
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Communications Type ID
communications type deleted
The response is of type file
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a1ce3c90-6596-4eed-9af0-cb9359f14f15",
"type": "communications_types",
"attributes": {
"name": "94ujc",
"slug": "94ujc",
"description": "Soluta explicabo ut cum.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-07-29T05:35:57.453-07:00",
"updated_at": "2025-07-29T05:36:00.048-07:00",
"communication_groups": [],
"communication_templates": []
}
}
}