# Delete a Key Removes a value based on the primary key match – the request must contain all table's primary keys (see the request example). Endpoint: POST /kvservice.removekey/{tableName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableName` (string, required) ## Request fields (application/json): - `data` (object) - `data.keys` (object) - `data.keys.sku` (string) - `data.keys.customer` (string) ## Response 200 fields