Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
catalog_field deleted
Delete a specific catalog_field by id
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "f7badba1-746f-48d9-8180-ecca6896e2b0",
"type": "catalog_fields",
"attributes": {
"catalog_id": "aefaf5b9-461b-45b6-9bc6-14ca3b807718",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "aefaf5b9-461b-45b6-9bc6-14ca3b807718",
"multiple": false,
"position": 1,
"deleted_at": "2025-10-20T06:32:39.927-07:00",
"updated_at": "2025-10-20T06:32:39.927-07:00",
"created_at": "2025-10-20T06:32:39.085-07:00"
},
"relationships": {
"catalog": {
"data": {
"id": "aefaf5b9-461b-45b6-9bc6-14ca3b807718",
"type": "catalogs"
}
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
catalog_field deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "f7badba1-746f-48d9-8180-ecca6896e2b0",
"type": "catalog_fields",
"attributes": {
"catalog_id": "aefaf5b9-461b-45b6-9bc6-14ca3b807718",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "aefaf5b9-461b-45b6-9bc6-14ca3b807718",
"multiple": false,
"position": 1,
"deleted_at": "2025-10-20T06:32:39.927-07:00",
"updated_at": "2025-10-20T06:32:39.927-07:00",
"created_at": "2025-10-20T06:32:39.085-07:00"
},
"relationships": {
"catalog": {
"data": {
"id": "aefaf5b9-461b-45b6-9bc6-14ca3b807718",
"type": "catalogs"
}
}
}
}
}