Skip to main content
DELETE
/
v1
/
metrics
Delete a metric
curl --request DELETE \
  --url https://api.honeyhive.ai/v1/metrics \
  --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.

Query Parameters

metric_id
string
required

Unique identifier of the metric

Response

200 - application/json

Metric deleted successfully

deleted
boolean
required