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": "23b4acc3-77bc-4dea-a7ee-2aac60d02128",
"type": "catalog_entities",
"attributes": {
"catalog_id": "7c4a70f3-3e42-4010-a0d7-785b1e4396d3",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2026-01-28T14:42:05.046-08:00",
"updated_at": "2026-01-28T14:42:05.046-08:00",
"created_at": "2026-01-28T14:42:03.460-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "7c4a70f3-3e42-4010-a0d7-785b1e4396d3",
"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": "23b4acc3-77bc-4dea-a7ee-2aac60d02128",
"type": "catalog_entities",
"attributes": {
"catalog_id": "7c4a70f3-3e42-4010-a0d7-785b1e4396d3",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2026-01-28T14:42:05.046-08:00",
"updated_at": "2026-01-28T14:42:05.046-08:00",
"created_at": "2026-01-28T14:42:03.460-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "7c4a70f3-3e42-4010-a0d7-785b1e4396d3",
"type": "catalogs"
}
},
"properties": {
"data": []
}
}
}
}