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": "40542e40-4911-48a2-a33e-ab5d027091fe",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-17T16:55:08.661-08:00",
"updated_at": "2026-02-17T16:55:08.661-08:00",
"created_at": "2026-02-17T16:55:06.987-08:00",
"catalog_id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "40542e40-4911-48a2-a33e-ab5d027091fe",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-17T16:55:08.661-08:00",
"updated_at": "2026-02-17T16:55:08.661-08:00",
"created_at": "2026-02-17T16:55:06.987-08:00",
"catalog_id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1"
}
}
}
}
}