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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the dashboard

Response

200
application/json
Dashboard deleted successfully
removed
boolean