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": "3f5921f9-25e9-40b7-8b20-85703e73b04c",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-16T02:04:47.508-08:00",
"updated_at": "2026-02-16T02:04:47.508-08:00",
"created_at": "2026-02-16T02:04:45.636-08:00",
"catalog_id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3f5921f9-25e9-40b7-8b20-85703e73b04c",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-16T02:04:47.508-08:00",
"updated_at": "2026-02-16T02:04:47.508-08:00",
"created_at": "2026-02-16T02:04:45.636-08:00",
"catalog_id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd"
}
}
}
}
}