Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the dataset
Response
204
No content - successful operation
curl --request DELETE \
  --url https://api.orq.ai/v2/datasets/{dataset_id}/clear \
  --header 'Authorization: Bearer <token>'Delete all datapoints from a dataset. This action is irreversible.
curl --request DELETE \
  --url https://api.orq.ai/v2/datasets/{dataset_id}/clear \
  --header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the dataset
No content - successful operation
Was this page helpful?