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": "bd0bdeb4-f1be-4395-8509-cc9e0c2318fc",
"type": "catalog_fields",
"attributes": {
"catalog_id": "258d6abe-d085-4d3c-bb1b-efdf195f4b1b",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "258d6abe-d085-4d3c-bb1b-efdf195f4b1b",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-10T10:44:39.068-08:00",
"updated_at": "2025-12-10T10:44:39.068-08:00",
"created_at": "2025-12-10T10:44:37.983-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "258d6abe-d085-4d3c-bb1b-efdf195f4b1b",
"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": "bd0bdeb4-f1be-4395-8509-cc9e0c2318fc",
"type": "catalog_fields",
"attributes": {
"catalog_id": "258d6abe-d085-4d3c-bb1b-efdf195f4b1b",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "258d6abe-d085-4d3c-bb1b-efdf195f4b1b",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-10T10:44:39.068-08:00",
"updated_at": "2025-12-10T10:44:39.068-08:00",
"created_at": "2025-12-10T10:44:37.983-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "258d6abe-d085-4d3c-bb1b-efdf195f4b1b",
"type": "catalogs"
}
}
}
}
}