Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Dataset deleted successfully
The response is of type boolean
.
Example:
true
Delete a dataset by ID
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Dataset deleted successfully
The response is of type boolean
.
true