DELETE
/
team
/
{team_id}
/
datasets
/
{dataset_id}
curl --request DELETE \
  --url https://api.chartbrew.com/team/{team_id}/datasets/{dataset_id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

ID of the team

dataset_id
string
required

ID of the dataset

Response

200
application/json
Dataset deleted successfully

The response is of type boolean.