---
title: "Delete a Key"
method: POST
path: "/kvservice.removekey/{tableName}"
tags: ["Key-Value Store"]
---

# 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).

## Request body

- object
  - `data` object
    - `keys` object
      - `sku` string
      - `customer` string

## Response `200`

OK. Returns `null` when successfully deleted.

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
