DELETE
/
v1
/
catalog_entity_properties
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/catalog_entity_properties/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b64908e2-9f25-40d1-883d-978b522b9b8a",
    "type": "catalog_entity_properties",
    "attributes": {
      "catalog_entity_id": "dc0ee74c-6c5b-4a5a-b09a-2c6f12d4bd17",
      "catalog_field_id": "58b86479-d7f0-440f-b13c-5d6b7a55c4f5",
      "key": "text",
      "value": "Test",
      "deleted_at": "2025-07-08T03:40:59.660-07:00",
      "updated_at": "2025-07-08T03:40:59.660-07:00",
      "created_at": "2025-07-08T03:40:57.597-07:00"
    },
    "relationships": {
      "catalog_entity": {
        "data": {
          "id": "dc0ee74c-6c5b-4a5a-b09a-2c6f12d4bd17",
          "type": "catalog_entities"
        }
      },
      "catalog_field": {
        "data": {
          "id": "58b86479-d7f0-440f-b13c-5d6b7a55c4f5",
          "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

200
application/vnd.api+json

catalog_entity_property deleted

The response is of type object.