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

Query Parameters

metric_id
string
required

Unique identifier of the metric

Response

200 - application/json

Metric deleted successfully

Response for DELETE /metrics/{metric_id}

deleted
boolean
required