Delete a specific Catalog Entity by id
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_entities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f633f1d2-cf44-4fa0-8ac6-241d6e2e8933",
"type": "catalog_entities",
"attributes": {
"catalog_id": "f9af76f8-d333-4afb-8bb8-907fa14df335",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2026-01-08T10:25:53.041-08:00",
"updated_at": "2026-01-08T10:25:53.041-08:00",
"created_at": "2026-01-08T10:25:52.143-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "f9af76f8-d333-4afb-8bb8-907fa14df335",
"type": "catalogs"
}
},
"properties": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_entities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f633f1d2-cf44-4fa0-8ac6-241d6e2e8933",
"type": "catalog_entities",
"attributes": {
"catalog_id": "f9af76f8-d333-4afb-8bb8-907fa14df335",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2026-01-08T10:25:53.041-08:00",
"updated_at": "2026-01-08T10:25:53.041-08:00",
"created_at": "2026-01-08T10:25:52.143-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "f9af76f8-d333-4afb-8bb8-907fa14df335",
"type": "catalogs"
}
},
"properties": {
"data": []
}
}
}
}