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": "5263149b-c646-4849-b1b8-d86680f43354",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "72787473-a781-410a-9202-c660233049ea",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-11T23:35:44.040-08:00",
"updated_at": "2026-02-11T23:35:44.040-08:00",
"created_at": "2026-02-11T23:35:40.512-08:00",
"catalog_id": "72787473-a781-410a-9202-c660233049ea"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "72787473-a781-410a-9202-c660233049ea"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5263149b-c646-4849-b1b8-d86680f43354",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "72787473-a781-410a-9202-c660233049ea",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-11T23:35:44.040-08:00",
"updated_at": "2026-02-11T23:35:44.040-08:00",
"created_at": "2026-02-11T23:35:40.512-08:00",
"catalog_id": "72787473-a781-410a-9202-c660233049ea"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "72787473-a781-410a-9202-c660233049ea"
}
}
}
}
}