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": "4a2ac1ec-f6ef-4201-a7ed-2ac85997860f",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "cb0b40e5-b583-4de3-aba4-546e860775d4",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-05T19:35:58.500-08:00",
"updated_at": "2026-02-05T19:35:58.500-08:00",
"created_at": "2026-02-05T19:35:57.147-08:00",
"catalog_id": "cb0b40e5-b583-4de3-aba4-546e860775d4"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "cb0b40e5-b583-4de3-aba4-546e860775d4"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4a2ac1ec-f6ef-4201-a7ed-2ac85997860f",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "cb0b40e5-b583-4de3-aba4-546e860775d4",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-05T19:35:58.500-08:00",
"updated_at": "2026-02-05T19:35:58.500-08:00",
"created_at": "2026-02-05T19:35:57.147-08:00",
"catalog_id": "cb0b40e5-b583-4de3-aba4-546e860775d4"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "cb0b40e5-b583-4de3-aba4-546e860775d4"
}
}
}
}
}