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": "e784ae8a-a824-425a-bc09-67eed05c6809",
"type": "catalog_fields",
"attributes": {
"catalog_id": "c1bb5c2b-e4ce-456c-b652-faf57bf88fd8",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "c1bb5c2b-e4ce-456c-b652-faf57bf88fd8",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-09T08:37:25.834-08:00",
"updated_at": "2025-12-09T08:37:25.834-08:00",
"created_at": "2025-12-09T08:37:24.982-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "c1bb5c2b-e4ce-456c-b652-faf57bf88fd8",
"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": "e784ae8a-a824-425a-bc09-67eed05c6809",
"type": "catalog_fields",
"attributes": {
"catalog_id": "c1bb5c2b-e4ce-456c-b652-faf57bf88fd8",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "c1bb5c2b-e4ce-456c-b652-faf57bf88fd8",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-09T08:37:25.834-08:00",
"updated_at": "2025-12-09T08:37:25.834-08:00",
"created_at": "2025-12-09T08:37:24.982-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "c1bb5c2b-e4ce-456c-b652-faf57bf88fd8",
"type": "catalogs"
}
}
}
}
}