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": "5fde7668-90ae-4c68-9328-41a3c76d8d3c",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-10-06T09:26:00.728-07:00",
"updated_at": "2025-10-06T09:26:00.728-07:00",
"created_at": "2025-10-06T09:25:59.588-07: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": "5fde7668-90ae-4c68-9328-41a3c76d8d3c",
"type": "catalogs",
"attributes": {
"name": "Services",
"slug": "services",
"icon": "globe-alt",
"description": null,
"position": 1,
"deleted_at": "2025-10-06T09:26:00.728-07:00",
"updated_at": "2025-10-06T09:26:00.728-07:00",
"created_at": "2025-10-06T09:25:59.588-07:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}