Delete Column Values (Matrix only)

post/lookuptablemanager.resetcolumn/{tableId}/{columnName}

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)
Securitybasic or X-PriceFx-jwt
Request
path Parameters
tableId
required
string

Enter the ID of the table. The ID can be retrieved using the /lookuptablemanager.fetch method.

columnName
required
string

Enter the name of the column you want to delete values from.

Responses
200

OK

Request samples