---
title: "Delete a lookup table row."
method: PUT
path: "/v1/lookupTables/{id}/deleteTableRow"
tags: ["lookupManagement"]
---

# Delete a lookup table row.

`PUT /v1/lookupTables/{id}/deleteTableRow`

Delete a row from lookup table by providing the row's primary keys' values. The complete set of primary key fields of the lookup table should be provided.

## Path parameters

- `id` string, required

## Request body

- RowDeleteDefinition — Lookup table primary key of the row to be deleted.
  - `primaryKey` TableRow[], required — A list of all the primary key field identifiers and their corresponding values which defines the row to delete.
    - `columnName` string, required — Name of the column of the table.
    - `columnValue` string, required — Value of the specified column.

## Response `204`

Row deleted successfully.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
