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": "2bc34550-46ba-4ddf-af7c-312de75f858d",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "3eadcc99-5bda-4ba0-bde1-660c19080fd6",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-18T11:43:38.242-08:00",
"updated_at": "2026-02-18T11:43:38.242-08:00",
"created_at": "2026-02-18T11:43:37.006-08:00",
"catalog_id": "3eadcc99-5bda-4ba0-bde1-660c19080fd6"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "3eadcc99-5bda-4ba0-bde1-660c19080fd6"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2bc34550-46ba-4ddf-af7c-312de75f858d",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "3eadcc99-5bda-4ba0-bde1-660c19080fd6",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-18T11:43:38.242-08:00",
"updated_at": "2026-02-18T11:43:38.242-08:00",
"created_at": "2026-02-18T11:43:37.006-08:00",
"catalog_id": "3eadcc99-5bda-4ba0-bde1-660c19080fd6"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "3eadcc99-5bda-4ba0-bde1-660c19080fd6"
}
}
}
}
}