# Delete a Data Manager Entity Deletes a field collection (FC) definition, i.e. Data Feed (DMF), Datamart (DM), or Data Source (DMDS). Endpoint: POST /datamart.deletefc/{TypeCode} Security: basic, X-PriceFx-jwt ## Path parameters: - `TypeCode` (string, required) The type code of the Field Collection you want to delete. Enum: "DM", "DMF", "DMDS" ## Request fields (application/json): - `data` (object, required) - `data.uniqueName` (string, required) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (any) - `response.status` (number)