Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
catalog_entity_property deleted
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": "c8d3fd82-e186-4a0d-9b26-cca5e974f27d",
"type": "catalog_entity_properties",
"attributes": {
"catalog_entity_id": "ca3cb754-9653-4a91-80f2-f894f24bb69c",
"catalog_field_id": "8e1e52af-15fa-4fd5-8e90-ef8f7cceb1f4",
"key": "text",
"value": "Test",
"deleted_at": "2025-11-18T19:00:47.519-08:00",
"updated_at": "2025-11-18T19:00:47.519-08:00",
"created_at": "2025-11-18T19:00:46.378-08:00"
},
"relationships": {
"catalog_entity": {
"data": {
"id": "ca3cb754-9653-4a91-80f2-f894f24bb69c",
"type": "catalog_entities"
}
},
"catalog_field": {
"data": {
"id": "8e1e52af-15fa-4fd5-8e90-ef8f7cceb1f4",
"type": "catalog_fields"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
catalog_entity_property deleted
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": "c8d3fd82-e186-4a0d-9b26-cca5e974f27d",
"type": "catalog_entity_properties",
"attributes": {
"catalog_entity_id": "ca3cb754-9653-4a91-80f2-f894f24bb69c",
"catalog_field_id": "8e1e52af-15fa-4fd5-8e90-ef8f7cceb1f4",
"key": "text",
"value": "Test",
"deleted_at": "2025-11-18T19:00:47.519-08:00",
"updated_at": "2025-11-18T19:00:47.519-08:00",
"created_at": "2025-11-18T19:00:46.378-08:00"
},
"relationships": {
"catalog_entity": {
"data": {
"id": "ca3cb754-9653-4a91-80f2-f894f24bb69c",
"type": "catalog_entities"
}
},
"catalog_field": {
"data": {
"id": "8e1e52af-15fa-4fd5-8e90-ef8f7cceb1f4",
"type": "catalog_fields"
}
}
}
}
}