Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Communications Type ID
Response
communications type deleted
The response is of type file
.
Deletes a communications type
curl --request DELETE \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "ebdbd240-bb52-4e36-ab94-e062ab1535ba",
"type": "communications_types",
"attributes": {
"name": "h7dfm",
"slug": "h7dfm",
"description": "Aut alias dolorem corporis.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-09-26T17:24:26.877-07:00",
"updated_at": "2025-09-26T17:24:28.739-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": "ebdbd240-bb52-4e36-ab94-e062ab1535ba",
"type": "communications_types",
"attributes": {
"name": "h7dfm",
"slug": "h7dfm",
"description": "Aut alias dolorem corporis.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-09-26T17:24:26.877-07:00",
"updated_at": "2025-09-26T17:24:28.739-07:00",
"communication_groups": [],
"communication_templates": []
}
}
}