DELETE
/
metrics
curl --request DELETE \
  --url https://api.honeyhive.ai/metrics \
  --header 'Authorization: Bearer <token>'

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

Metric deleted successfully