Skip to main content
DELETE
/
datasets
/
{datasetId}
/
rows
/
{rowId}
Delete a dataset row
curl --request DELETE \
  --url https://api.adaline.ai/v2/datasets/{datasetId}/rows/{rowId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Path Parameters

datasetId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80
rowId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80

Response

Row deleted.