Skip to main content
DELETE
/
metrics
Python
import honeyhive

s = honeyhive.HoneyHive(
    bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
)


res = s.metrics.delete_metric(metric_id='<value>')

if res is not None:
    # handle response
    pass

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

Metric deleted successfully