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": "2be3c045-9776-4d3e-98a3-741a1d4fce74",
"type": "catalog_fields",
"attributes": {
"catalog_id": "d84bfa47-46e7-422f-a052-4574148d881a",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "d84bfa47-46e7-422f-a052-4574148d881a",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-08T12:44:46.012-08:00",
"updated_at": "2025-12-08T12:44:46.012-08:00",
"created_at": "2025-12-08T12:44:44.893-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "d84bfa47-46e7-422f-a052-4574148d881a",
"type": "catalogs"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
catalog_field deleted
Show child attributes
Unique ID of the catalog_field
catalog_fields Show child attributes
text, reference Whether the attribute accepts multiple values.
Default position of the item when displayed in a list.
Restricts values to items of specified catalog.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2be3c045-9776-4d3e-98a3-741a1d4fce74",
"type": "catalog_fields",
"attributes": {
"catalog_id": "d84bfa47-46e7-422f-a052-4574148d881a",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "d84bfa47-46e7-422f-a052-4574148d881a",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-08T12:44:46.012-08:00",
"updated_at": "2025-12-08T12:44:46.012-08:00",
"created_at": "2025-12-08T12:44:44.893-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "d84bfa47-46e7-422f-a052-4574148d881a",
"type": "catalogs"
}
}
}
}
}