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": "ab8f04c5-3241-424b-9788-9447e46f56c6",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "cff9b266-4770-4532-89f5-e9906e3fb4de",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-17T18:08:04.421-08:00",
"updated_at": "2026-02-17T18:08:04.421-08:00",
"created_at": "2026-02-17T18:08:02.660-08:00",
"catalog_id": "cff9b266-4770-4532-89f5-e9906e3fb4de"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "cff9b266-4770-4532-89f5-e9906e3fb4de"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ab8f04c5-3241-424b-9788-9447e46f56c6",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "cff9b266-4770-4532-89f5-e9906e3fb4de",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-17T18:08:04.421-08:00",
"updated_at": "2026-02-17T18:08:04.421-08:00",
"created_at": "2026-02-17T18:08:02.660-08:00",
"catalog_id": "cff9b266-4770-4532-89f5-e9906e3fb4de"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "cff9b266-4770-4532-89f5-e9906e3fb4de"
}
}
}
}
}