Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
catalog_entity deleted
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": "5ac02e01-5744-464b-a3b3-f4984fc46c49",
"type": "catalog_entities",
"attributes": {
"catalog_id": "440eaf4a-fecc-4cda-ac96-2069608ed118",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2025-11-27T00:06:17.729-08:00",
"updated_at": "2025-11-27T00:06:17.729-08:00",
"created_at": "2025-11-27T00:06:16.777-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "440eaf4a-fecc-4cda-ac96-2069608ed118",
"type": "catalogs"
}
},
"properties": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
catalog_entity deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_entities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5ac02e01-5744-464b-a3b3-f4984fc46c49",
"type": "catalog_entities",
"attributes": {
"catalog_id": "440eaf4a-fecc-4cda-ac96-2069608ed118",
"name": "Test",
"slug": "test",
"position": 1,
"deleted_at": "2025-11-27T00:06:17.729-08:00",
"updated_at": "2025-11-27T00:06:17.729-08:00",
"created_at": "2025-11-27T00:06:16.777-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "440eaf4a-fecc-4cda-ac96-2069608ed118",
"type": "catalogs"
}
},
"properties": {
"data": []
}
}
}
}