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": "93971850-756d-4ec6-994a-aa035053c121",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "d93d116d-ab77-44bd-8a8f-4abde139fb16",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-29T08:12:54.720-08:00",
"updated_at": "2026-01-29T08:12:54.720-08:00",
"created_at": "2026-01-29T08:12:52.817-08:00",
"catalog_id": "d93d116d-ab77-44bd-8a8f-4abde139fb16"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "d93d116d-ab77-44bd-8a8f-4abde139fb16"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "93971850-756d-4ec6-994a-aa035053c121",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "d93d116d-ab77-44bd-8a8f-4abde139fb16",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-29T08:12:54.720-08:00",
"updated_at": "2026-01-29T08:12:54.720-08:00",
"created_at": "2026-01-29T08:12:52.817-08:00",
"catalog_id": "d93d116d-ab77-44bd-8a8f-4abde139fb16"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "d93d116d-ab77-44bd-8a8f-4abde139fb16"
}
}
}
}
}