# Delete Column Values Removes values from the specified column. Endpoint: POST /resetcolumn/{TypeCode}/{columnName} Security: basic, X-PriceFx-jwt ## Path parameters: - `TypeCode` (string, required) The object's type code. See the list of Type Codes. - `columnName` (string, required) The name of the column/attribute you want to remove values from. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.csrfToken` (string) - `response.data` (any) - `response.status` (number)