Delete a specific catalog by id
curl --request DELETE \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "dc8a2597-2704-418c-882e-1d3aff52bf12",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2026-02-18T05:11:13.082-08:00",
"updated_at": "2026-02-18T05:11:13.082-08:00",
"created_at": "2026-02-18T05:11:11.321-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "dc8a2597-2704-418c-882e-1d3aff52bf12",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2026-02-18T05:11:13.082-08:00",
"updated_at": "2026-02-18T05:11:13.082-08:00",
"created_at": "2026-02-18T05:11:11.321-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}