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": "1cb74702-65ab-42c9-baf7-bf1387ac3daa",
    "type": "communications_types",
    "attributes": {
      "name": "2ctea",
      "slug": "2ctea",
      "description": "Fuga a voluptas rerum.",
      "color": "#F5D9C4",
      "position": 1,
      "created_at": "2026-01-07T11:56:02.121-08:00",
      "updated_at": "2026-01-07T11:56:04.357-08: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