Skip to main content
DELETE
/
v1
/
charts
/
{chart_id}
Delete a chart
curl --request DELETE \
  --url https://api.honeyhive.ai/v1/charts/{chart_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

chart_id
string
required

The unique identifier of the chart to delete

Response

200 - application/json

Chart deleted successfully

success
boolean
required
message
string
required