Datasets
Delete
DELETE
cURL
Delete Dataset
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the dataset to delete
Response
204
Dataset deleted successfully
cURL