Datasets
Delete a dataset
Delete a dataset by ID
DELETE
/
team
/
{team_id}
/
datasets
/
{dataset_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The response is of type boolean
.