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": "4af65aab-d144-45a3-9590-469da2af80ba",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "99bdef96-121b-4d25-9ae9-fc78bf234cde",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-10T13:20:43.655-08:00",
"updated_at": "2026-02-10T13:20:43.655-08:00",
"created_at": "2026-02-10T13:20:42.423-08:00",
"catalog_id": "99bdef96-121b-4d25-9ae9-fc78bf234cde"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "99bdef96-121b-4d25-9ae9-fc78bf234cde"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4af65aab-d144-45a3-9590-469da2af80ba",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "99bdef96-121b-4d25-9ae9-fc78bf234cde",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-10T13:20:43.655-08:00",
"updated_at": "2026-02-10T13:20:43.655-08:00",
"created_at": "2026-02-10T13:20:42.423-08:00",
"catalog_id": "99bdef96-121b-4d25-9ae9-fc78bf234cde"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "99bdef96-121b-4d25-9ae9-fc78bf234cde"
}
}
}
}
}