Documents
Delete a Single Row
Deletes the row from the dataset. Returns an empty response on success.
DELETE
/
api
/
datasets
/
{id}
/
rows
/
{rowId}
Authorization
curl --request DELETE \
--url https://app.baseplate.ai/api/datasets/{id}/rows/{rowId} \
--header 'Authorization: <authorization>'
Path Parameters
id
required
Dataset ID
row-id
required
Row ID. Can be found the metadata.
Header
Authorization
required
Baseplate API key. Must be in the format βBearer $BASEPLATE_API_KEYβ
Content-Type
Use application/json
Responses
π’ 200: OK
π 401: Unauthorized
{}
curl --request DELETE \
--url https://app.baseplate.ai/api/datasets/{id}/rows/{rowId} \
--header 'Authorization: <authorization>'