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": "e5335b06-8afd-4402-9283-38f5e153b6df",
"type": "catalog_fields",
"attributes": {
"catalog_id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
"multiple": false,
"position": 1,
"deleted_at": "2025-11-18T15:36:04.224-08:00",
"updated_at": "2025-11-18T15:36:04.224-08:00",
"created_at": "2025-11-18T15:36:03.313-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
"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": "e5335b06-8afd-4402-9283-38f5e153b6df",
"type": "catalog_fields",
"attributes": {
"catalog_id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
"multiple": false,
"position": 1,
"deleted_at": "2025-11-18T15:36:04.224-08:00",
"updated_at": "2025-11-18T15:36:04.224-08:00",
"created_at": "2025-11-18T15:36:03.313-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
"type": "catalogs"
}
}
}
}
}