DELETE
/
api
/
datasets
/
{id}
/
rows
/
{rowId}
curl --request DELETE \
  --url https://app.baseplate.ai/api/datasets/{id}/rows/{rowId} \
  --header 'Authorization: Bearer <token>'

Path Parameters

id
required

Dataset ID

row-id
required

Row ID. Can be found the metadata.

Authorization
required

Baseplate API key. Must be in the format β€œBearer $BASEPLATE_API_KEY”

Content-Type

Use application/json

Responses

{}