cURL
curl --request DELETE \ --url https://api.chartbrew.com/team/{team_id}/datasets/{dataset_id} \ --header 'Authorization: Bearer <token>'
true
Delete a dataset by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the team
ID of the dataset
Dataset deleted successfully
The response is of type boolean.
boolean