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": "157154b5-e755-4b31-a3c8-966b656c9166",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "adc3ede9-4f4b-4d7c-bec5-176bb612db40",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-19T19:08:44.074-08:00",
"updated_at": "2026-02-19T19:08:44.074-08:00",
"created_at": "2026-02-19T19:08:42.948-08:00",
"catalog_id": "adc3ede9-4f4b-4d7c-bec5-176bb612db40"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "adc3ede9-4f4b-4d7c-bec5-176bb612db40"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "157154b5-e755-4b31-a3c8-966b656c9166",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "adc3ede9-4f4b-4d7c-bec5-176bb612db40",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-19T19:08:44.074-08:00",
"updated_at": "2026-02-19T19:08:44.074-08:00",
"created_at": "2026-02-19T19:08:42.948-08:00",
"catalog_id": "adc3ede9-4f4b-4d7c-bec5-176bb612db40"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "adc3ede9-4f4b-4d7c-bec5-176bb612db40"
}
}
}
}
}