DELETE
/
project
/
{project_id}
/
chart
/
{id}
curl --request DELETE \
  --url https://api.chartbrew.com/project/{project_id}/chart/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

ID of the project

id
string
required

ID of the chart

Response

200
application/json
Chart deleted successfully
deleted
boolean