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": "5c90556f-0919-4585-ae19-340331941e24",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "9be2213d-3cf5-4dc2-983e-addacaf778b9",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-07T16:45:47.072-08:00",
"updated_at": "2026-02-07T16:45:47.072-08:00",
"created_at": "2026-02-07T16:45:46.045-08:00",
"catalog_id": "9be2213d-3cf5-4dc2-983e-addacaf778b9"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "9be2213d-3cf5-4dc2-983e-addacaf778b9"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5c90556f-0919-4585-ae19-340331941e24",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "9be2213d-3cf5-4dc2-983e-addacaf778b9",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-07T16:45:47.072-08:00",
"updated_at": "2026-02-07T16:45:47.072-08:00",
"created_at": "2026-02-07T16:45:46.045-08:00",
"catalog_id": "9be2213d-3cf5-4dc2-983e-addacaf778b9"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "9be2213d-3cf5-4dc2-983e-addacaf778b9"
}
}
}
}
}