---
title: "Delete Metric"
method: DELETE
path: "/metrics/{metricId}"
---

# Delete Metric

`DELETE /metrics/{metricId}`

Delete a specific Metric by ID. The metric will be removed from metric groups and monitors.

## Path parameters

- `metricId` string, required

## Response `200`

Metric deleted successfully

- object
  - `success` boolean, required — Whether the deletion was successful.

## Other responses

- `401` — Error indicating that the request is not authenticated.
- `500` — An internal service error indicating an issue with the Scorecard service.

## Changes

- **2025-11-13** `c6f53e7ee442` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/scorecard-ai/apis/scorecard-api/changes/metrics/:metricId/delete.md)

---

[API](https://skmtc.dev/scorecard-ai/apis/scorecard-api.md) · [All operations](https://skmtc.dev/scorecard-ai/apis/scorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scorecard-ai/scorecard-api/revisions/121aaa257802/schema)
