Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
catalog deleted
Delete a specific catalog by id
curl --request DELETE \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c9bc5b7d-c350-41d9-8b2c-54f716336a51",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-11-28T18:07:35.708-08:00",
"updated_at": "2025-11-28T18:07:35.708-08:00",
"created_at": "2025-11-28T18:07:34.859-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
catalog deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c9bc5b7d-c350-41d9-8b2c-54f716336a51",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-11-28T18:07:35.708-08:00",
"updated_at": "2025-11-28T18:07:35.708-08:00",
"created_at": "2025-11-28T18:07:34.859-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}