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 associated 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
Dataset deleted successfully