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": "0b439b07-f4e3-47c6-865d-434ece7866f9",
"type": "catalog_entities",
"attributes": {
"catalog_id": "6c08fd77-df69-48cd-9a90-9b59b6512361",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2026-01-07T13:36:46.057-08:00",
"updated_at": "2026-01-07T13:36:46.057-08:00",
"created_at": "2026-01-07T13:36:45.192-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "6c08fd77-df69-48cd-9a90-9b59b6512361",
"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": "0b439b07-f4e3-47c6-865d-434ece7866f9",
"type": "catalog_entities",
"attributes": {
"catalog_id": "6c08fd77-df69-48cd-9a90-9b59b6512361",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2026-01-07T13:36:46.057-08:00",
"updated_at": "2026-01-07T13:36:46.057-08:00",
"created_at": "2026-01-07T13:36:45.192-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "6c08fd77-df69-48cd-9a90-9b59b6512361",
"type": "catalogs"
}
},
"properties": {
"data": []
}
}
}
}