# Delete Column Values (Matrix only) Resets column data of a given lookup table. Currently MatrixLookupTable tables. --- Required Permission| Roles with the Required Permission | ---------|----------| LOOKUPTABLE_REMOVE | Administer Price Parameters (PB_PARAMETERS), Administer Plasma (PLASMA) Endpoint: POST /lookuptablemanager.resetcolumn/{tableId}/{columnName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableId` (string, required) Enter the ID of the table. The ID can be retrieved using the /lookuptablemanager.fetch method. - `columnName` (string, required) Enter the name of the column you want to delete values from. ## Response 200 fields