Skip to main content
DELETE
/
v3
/
custom-metrics
/
{uuid}
Delete custom metric by uuid
curl --request DELETE \
  --url https://{host}/v3/custom-metrics/{uuid} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

uuid path parameter

Response