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": "baa84027-453b-411b-9d10-be0ff6434962",
    "type": "catalog_entity_properties",
    "attributes": {
      "catalog_entity_id": "faa0cfa0-de32-4796-8cf5-b3b1a28a1c55",
      "catalog_field_id": "33d23325-c360-4249-9b31-f65af57a998e",
      "key": "text",
      "value": "Test",
      "deleted_at": "2025-11-06T13:19:57.151-08:00",
      "updated_at": "2025-11-06T13:19:57.151-08:00",
      "created_at": "2025-11-06T13:19:55.616-08:00"
    },
    "relationships": {
      "catalog_entity": {
        "data": {
          "id": "faa0cfa0-de32-4796-8cf5-b3b1a28a1c55",
          "type": "catalog_entities"
        }
      },
      "catalog_field": {
        "data": {
          "id": "33d23325-c360-4249-9b31-f65af57a998e",
          "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