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": "6b8f5881-acc7-4af3-ad39-de1dbbfb2cc6",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-11-27T00:06:24.128-08:00",
"updated_at": "2025-11-27T00:06:24.128-08:00",
"created_at": "2025-11-27T00:06:23.223-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": "6b8f5881-acc7-4af3-ad39-de1dbbfb2cc6",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-11-27T00:06:24.128-08:00",
"updated_at": "2025-11-27T00:06:24.128-08:00",
"created_at": "2025-11-27T00:06:23.223-08:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}