DELETE
/
v1
/
communications
/
types
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/communications/types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f7a9ed7e-1940-4b8a-b524-1aab3bdaf753",
    "type": "communications_types",
    "attributes": {
      "name": "t9ld5",
      "slug": "t9ld5",
      "description": "Et ab architecto aliquam.",
      "color": "#F4CFD1",
      "position": 1,
      "created_at": "2025-07-09T03:00:34.577-07:00",
      "updated_at": "2025-07-09T03:00:38.167-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.