DELETE
/
documents
/
v2
/
datasets
/
{dataset_id}
cURL
curl --request DELETE \
  --url https://api.tensorlake.ai/documents/v2/datasets/{dataset_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Delete Dataset

Delete a dataset from your current project based on the API Key you are using.

Deleting a dataset removes every output generated by the dataset, but not the files asocciated with it.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string
required

The id of the dataset to delete

Response

204

Dataset deleted successfully