Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the dataset
Response
No content - Dataset successfully deleted
curl --request DELETE \
  --url https://api.orq.ai/v2/datasets/{dataset_id} \
  --header 'Authorization: Bearer <token>'Permanently deletes a dataset and all its datapoints. This action is irreversible.
curl --request DELETE \
  --url https://api.orq.ai/v2/datasets/{dataset_id} \
  --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 - Dataset successfully deleted
Was this page helpful?