DELETE
/
v1
/
metrics
/
{metric_id}
{
  "request_id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "success"
}

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

The ID of the metric to delete.

Response

200
application/json
Successful Response

A response indicating successful metric deletion.

request_id
string
required

The ID of the request the response is for.

Example:

"123e4567-e89b-12d3-a456-426614174000"

status
string
default:success
Allowed value: "success"