Delete a single row from a dataset.
cURL
curl --request DELETE \ --url https://api.adaline.ai/v2/datasets/{datasetId}/rows/{rowId} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "VALIDATION_ERROR", "message": "<string>", "details": [ { "field": "<string>", "issue": "<string>" } ] } }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Unique identifier for an entity, between 20 and 80 characters.
20 - 80
Row deleted.
Was this page helpful?