PUT
/
api
/
dataset
/
clear
/
{dataset_id}
curl --request PUT \
  --url https://api.trieve.ai/api/dataset/clear/{dataset_id} \
  --header 'Authorization: <api-key>' \
  --header 'TR-Dataset: <tr-dataset>'
This response has no body data.

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string
required

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.

Path Parameters

dataset_id
string
required

The id of the dataset you want to clear.