---
title: "Delete a measure"
method: DELETE
path: "/v0/projects/{project}/measures/{measure}"
tags: ["projects", "measures"]
---

# Delete a measure

`DELETE /v0/projects/{project}/measures/{measure}`

Delete a measure for a project. The user must have `delete` permissions for the project. All reports and thresholds that use this measure must be deleted first!

## Path parameters

- `measure` string, required
- `project` string, required

## Response `204`

successful deletion

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/bencherdev/apis/bencher-api.md) · [All operations](https://skmtc.net/bencherdev/apis/bencher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bencherdev/bencher-api/versions/84086e99e6cd/schema)
