DELETE
/
documents
/
v1
/
datasets
/
{dataset_name}
curl --request DELETE \
  --url https://api.tensorlake.ai/documents/v1/datasets/{dataset_name} \
  --header 'Authorization: Bearer <token>'

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_name
string
required

Response

204
_mintlify/placeholder

Delete a dataset