DELETE
/
v2
/
custom-metrics
/
{id}
Deletes a custom metric
curl --request DELETE \
  --url https://api.pelanor.io/v2/custom-metrics/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/json

A successful response.

The response is of type object.