Skip to main content
DELETE
/
v1
/
communications
/
types
/
{id}
Deletes a communications type
curl --request DELETE \
  --url https://api.rootly.com/v1/communications/types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "0e1342a3-0c5c-4904-a1fc-4ee9b0c421df",
    "type": "communications_types",
    "attributes": {
      "name": "nxaky",
      "slug": "nxaky",
      "description": "Eum quis velit laboriosam.",
      "color": "#D7E7F5",
      "position": 1,
      "created_at": "2025-10-18T00:48:59.631-07:00",
      "updated_at": "2025-10-18T00:49:02.272-07:00",
      "communication_groups": [],
      "communication_templates": []
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Communications Type ID

Response

communications type deleted

The response is of type file.

I