Skip to main content
DELETE
/
v1
/
catalog_entity_properties
/
{id}
Delete a Catalog Entity Property
curl --request DELETE \
  --url https://api.rootly.com/v1/catalog_entity_properties/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "68cf46f5-4725-4206-b334-2b376f6310bc",
    "type": "catalog_entity_properties",
    "attributes": {
      "catalog_entity_id": "c1c0a9ec-2321-417f-94c0-15ab7ada5721",
      "catalog_field_id": "3f5bc67c-0ffb-4cdf-8347-6b7be18a81f6",
      "key": "text",
      "value": "Test",
      "deleted_at": "2026-01-20T09:42:40.463-08:00",
      "updated_at": "2026-01-20T09:42:40.463-08:00",
      "created_at": "2026-01-20T09:42:39.808-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

catalog_entity_property deleted

data
object
required