Skip to main content
DELETE
/
v1
/
catalog_entities
/
{id}
Delete a Catalog Entity
curl --request DELETE \
  --url https://api.rootly.com/v1/catalog_entities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "15691814-cdec-414b-8500-5c6417661ef4",
    "type": "catalog_entities",
    "attributes": {
      "catalog_id": "39231c36-f4d4-4935-8ddf-8b94981d6d79",
      "name": "Test",
      "slug": "test",
      "position": 1,
      "deleted_at": "2025-10-09T03:00:42.823-07:00",
      "updated_at": "2025-10-09T03:00:42.823-07:00",
      "created_at": "2025-10-09T03:00:41.644-07:00"
    },
    "relationships": {
      "catalog": {
        "data": {
          "id": "39231c36-f4d4-4935-8ddf-8b94981d6d79",
          "type": "catalogs"
        }
      },
      "properties": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

catalog_entity deleted

data
object
required
I