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": "266b25ba-820b-4a75-bcd5-6c103f4a6930",
    "type": "catalog_entity_properties",
    "attributes": {
      "catalog_entity_id": "0be7372c-cff9-42f3-8935-40f4a44e6a65",
      "catalog_field_id": "06651da0-a495-4dea-8985-39b07dded52e",
      "key": "text",
      "value": "Test",
      "deleted_at": "2026-02-09T17:19:42.802-08:00",
      "updated_at": "2026-02-09T17:19:42.802-08:00",
      "created_at": "2026-02-09T17:19:42.000-08:00"
    },
    "relationships": {
      "catalog_entity": {
        "data": {
          "id": "0be7372c-cff9-42f3-8935-40f4a44e6a65",
          "type": "catalog_entities"
        }
      },
      "catalog_field": {
        "data": {
          "id": "06651da0-a495-4dea-8985-39b07dded52e",
          "type": "catalog_fields"
        }
      }
    }
  }
}

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