---
title: "Delete the specified Milestone"
method: DELETE
path: "/v1/milestones/{uuid}"
tags: ["milestones"]
---

# Delete the specified Milestone

`DELETE /v1/milestones/{uuid}`

## Path parameters

- `uuid` string, uuid, required

## Response `204`

No content. The Milestone was deleted successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden Forbidden (requires scopes `milestones:write`)
- `404` — Resource not found
- `422` — Unprocessable Entity
- `429` — Too many requests

---

[API](https://skmtc.net/fieldguide/apis/fieldguide-api.md) · [All operations](https://skmtc.net/fieldguide/apis/fieldguide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldguide/fieldguide-api/revisions/6f6009a58cdd/schema)
