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": "b65f0ff7-5fbf-4619-999f-69f122068b6d",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "36f8c2e7-90bf-47cd-b054-4f74e51f204c",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-04T06:08:20.576-08:00",
"updated_at": "2026-02-04T06:08:20.576-08:00",
"created_at": "2026-02-04T06:08:19.459-08:00",
"catalog_id": "36f8c2e7-90bf-47cd-b054-4f74e51f204c"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "36f8c2e7-90bf-47cd-b054-4f74e51f204c"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b65f0ff7-5fbf-4619-999f-69f122068b6d",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "36f8c2e7-90bf-47cd-b054-4f74e51f204c",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-04T06:08:20.576-08:00",
"updated_at": "2026-02-04T06:08:20.576-08:00",
"created_at": "2026-02-04T06:08:19.459-08:00",
"catalog_id": "36f8c2e7-90bf-47cd-b054-4f74e51f204c"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "36f8c2e7-90bf-47cd-b054-4f74e51f204c"
}
}
}
}
}