curl --request DELETE \
--url https://api.trieve.ai/api/dataset/{dataset_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
Auth’ed user must be an owner of the organization to delete a dataset.
curl --request DELETE \
--url https://api.trieve.ai/api/dataset/{dataset_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
The id of the dataset you want to delete.
Dataset deleted successfully
Was this page helpful?