Skip to main content
DELETE
/
metrics
/
{metric_id}
Delete metric
curl --request DELETE \
  --url https://api.example.com/metrics/{metric_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

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

Metric ID.

Response

Metric deleted