DELETE
/
metrics
Authorization
Query
curl --request DELETE \
  --url https://api.honeyhive.ai/metrics \
  --header 'Authorization: <authorization>'
{
  "deleted": true
}

Authorizations

Authorization
string
headerrequired

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

Query Parameters

metric_id
string
required

Response

200 - application/json
deleted
boolean