---
title: "Delete metric group"
method: DELETE
path: "/api/v2/projects/{projectKey}/metric-groups/{metricGroupKey}"
tags: ["Metrics (beta)"]
---

# Delete metric group

`DELETE /api/v2/projects/{projectKey}/metric-groups/{metricGroupKey}`

Delete a metric group by key.

## Path parameters

- `projectKey` string, string, required — The project key
- `metricGroupKey` string, string, required — The metric group key

## Response `204`

Action succeeded

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier
- `405` — Method not allowed
- `429` — Rate limited

---

[API](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/revisions/69c5c9aafe78/schema)
