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": "526992a8-b0b9-493b-828f-be97aeb1a634",
    "type": "catalog_entity_properties",
    "attributes": {
      "catalog_entity_id": "a0688b9d-dfc3-4ea1-92e1-0984acd0ee5d",
      "catalog_field_id": "383f22ad-05f5-44d3-9501-b57cd570b0c9",
      "key": "text",
      "value": "Test",
      "deleted_at": "2025-09-18T20:52:55.956-07:00",
      "updated_at": "2025-09-18T20:52:55.956-07:00",
      "created_at": "2025-09-18T20:52:54.996-07:00"
    },
    "relationships": {
      "catalog_entity": {
        "data": {
          "id": "a0688b9d-dfc3-4ea1-92e1-0984acd0ee5d",
          "type": "catalog_entities"
        }
      },
      "catalog_field": {
        "data": {
          "id": "383f22ad-05f5-44d3-9501-b57cd570b0c9",
          "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