Skip to main content
DELETE
/
v1
/
metrics
/
{metric_id}
Delete a metric
curl --request DELETE \
  --url https://api.dp1.us.honeyhive.ai/v1/metrics/{metric_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

metric_id
string
required

The unique identifier of the metric to delete

Response

200 - application/json

Metric deleted successfully

Response for DELETE /metrics/{metric_id}

deleted
boolean
required