cURL
curl --request DELETE \ --url https://app.baseplate.ai/api/datasets/{id}/rows/{rowId} \ --header 'Authorization: Bearer <token>'
Deletes the row from the dataset. Returns an empty response on success.
{}