LLM-readable documentation index

Delete an example column value

Hand off to an LLM

Delete a single column value from an example (row).

DELETE
/v3/datasets/{dataset_api_id}/rows/{row_key}/columns/{column_name}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

dataset_api_id*string

Unique identifier of the dataset.

row_key*string

Key of the row.

column_name*string

Name of the column.

Response Body

application/json

curl -X DELETE "https://api.bem.ai/v3/datasets/string/rows/string/columns/string"
{
  "columnName": "string",
  "error": "string"
}

See also