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": "a537b3e8-eda0-4f79-9dd4-78be0c53c758",
    "type": "communications_types",
    "attributes": {
      "name": "e6ye3",
      "slug": "e6ye3",
      "description": "Ut ut quos molestias.",
      "color": "#FAEBB7",
      "position": 1,
      "created_at": "2025-08-18T10:33:23.397-07:00",
      "updated_at": "2025-08-18T10:33:25.440-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

200
application/vnd.api+json

communications type deleted

The response is of type file.