cURL
curl --request DELETE \ --url https://api.chartbrew.com/project/{project_id}/chart/{id}/chart-dataset-config/{cdc_id} \ --header 'Authorization: Bearer <token>'
{ "removed": true }
Delete a chart config
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the project
ID of the chart
ID of the chart dataset configuration
Deleted chart dataset configuration
true