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": "c782d59c-fba6-4b74-942b-a6cf14cfdd76",
    "type": "catalog_entity_properties",
    "attributes": {
      "catalog_entity_id": "d043b177-03e2-418d-b91e-a869945f1fcd",
      "catalog_field_id": "2b9b46af-f3b4-4853-bed2-353025bf9185",
      "key": "text",
      "value": "Test",
      "deleted_at": "2025-12-10T18:22:52.684-08:00",
      "updated_at": "2025-12-10T18:22:52.684-08:00",
      "created_at": "2025-12-10T18:22:51.778-08:00"
    },
    "relationships": {
      "catalog_entity": {
        "data": {
          "id": "d043b177-03e2-418d-b91e-a869945f1fcd",
          "type": "catalog_entities"
        }
      },
      "catalog_field": {
        "data": {
          "id": "2b9b46af-f3b4-4853-bed2-353025bf9185",
          "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