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": "36ed7993-0f01-4bf5-ba42-af498ba44ce9",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "00af9631-95f6-45e9-9691-addc95f3b4f5",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-19T06:49:23.759-08:00",
"updated_at": "2026-02-19T06:49:23.759-08:00",
"created_at": "2026-02-19T06:49:22.700-08:00",
"catalog_id": "00af9631-95f6-45e9-9691-addc95f3b4f5"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "00af9631-95f6-45e9-9691-addc95f3b4f5"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "36ed7993-0f01-4bf5-ba42-af498ba44ce9",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "00af9631-95f6-45e9-9691-addc95f3b4f5",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-19T06:49:23.759-08:00",
"updated_at": "2026-02-19T06:49:23.759-08:00",
"created_at": "2026-02-19T06:49:22.700-08:00",
"catalog_id": "00af9631-95f6-45e9-9691-addc95f3b4f5"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "00af9631-95f6-45e9-9691-addc95f3b4f5"
}
}
}
}
}