---
title: "Delete A Division"
method: DELETE
path: "/divisions/{id}"
tags: ["Division"]
---

# Delete A Division

`DELETE /divisions/{id}`

Delete a division and move all of its holes to another given division

## Path parameters

- `id` integer, required

## Request body

- DivisionDeleteModel
  - `to` integer — Admin only ID of the target division that all the deleted division's holes will be moved to

## Response `204`

No Content

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/opentreehole/apis/open-tree-hole.md) · [All operations](https://skmtc.net/opentreehole/apis/open-tree-hole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opentreehole/open-tree-hole/revisions/a91f11ffe9a4/schema)
