Delete a specific catalog by id
curl --request DELETE \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "44ac14cf-0135-4901-b0db-144d1b02e544",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-12-19T09:09:52.851-08:00",
"updated_at": "2025-12-19T09:09:52.851-08:00",
"created_at": "2025-12-19T09:09:51.796-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": "44ac14cf-0135-4901-b0db-144d1b02e544",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-12-19T09:09:52.851-08:00",
"updated_at": "2025-12-19T09:09:52.851-08:00",
"created_at": "2025-12-19T09:09:51.796-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}