Delete a specific Catalog Entity Property by id
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"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
catalog_entity_property deleted
Show child attributes
Unique ID of the catalog_entity_property
catalog_entity_properties Show child attributes
Was this page helpful?
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"
}
}
}
}
}