Delete a Key

post/kvservice.removekey/{tableName}

Removes a value based on the primary key match – the request must contain all table's primary keys (see the request example).

Securitybasic or X-PriceFx-jwt
Request
path Parameters
tableName
required
string
Request Body schema: application/json
object
object
sku
string
customer
string
Responses
200

OK. Returns null when successfully deleted.

Request samples
application/json
{
  • "data": {
    • "keys": {
      • "sku": "sku",
      • "customer": "customer"
      }
    }
}