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": "68cf46f5-4725-4206-b334-2b376f6310bc",
"type": "catalog_entity_properties",
"attributes": {
"catalog_entity_id": "c1c0a9ec-2321-417f-94c0-15ab7ada5721",
"catalog_field_id": "3f5bc67c-0ffb-4cdf-8347-6b7be18a81f6",
"key": "text",
"value": "Test",
"deleted_at": "2026-01-20T09:42:40.463-08:00",
"updated_at": "2026-01-20T09:42:40.463-08:00",
"created_at": "2026-01-20T09:42:39.808-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_entity_properties/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "68cf46f5-4725-4206-b334-2b376f6310bc",
"type": "catalog_entity_properties",
"attributes": {
"catalog_entity_id": "c1c0a9ec-2321-417f-94c0-15ab7ada5721",
"catalog_field_id": "3f5bc67c-0ffb-4cdf-8347-6b7be18a81f6",
"key": "text",
"value": "Test",
"deleted_at": "2026-01-20T09:42:40.463-08:00",
"updated_at": "2026-01-20T09:42:40.463-08:00",
"created_at": "2026-01-20T09:42:39.808-08:00"
}
}
}