Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "54244c46-55a9-4396-b121-145b267a0422",
"type": "communications_types",
"attributes": {
"name": "ol46n",
"slug": "ol46n",
"description": "Et consequatur facere sint.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-09-07T18:19:22.496-07:00",
"updated_at": "2025-09-07T18:19:24.916-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": "54244c46-55a9-4396-b121-145b267a0422",
"type": "communications_types",
"attributes": {
"name": "ol46n",
"slug": "ol46n",
"description": "Et consequatur facere sint.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-09-07T18:19:22.496-07:00",
"updated_at": "2025-09-07T18:19:24.916-07:00",
"communication_groups": [],
"communication_templates": []
}
}
}