---
title: "Delete board"
method: DELETE
path: "/rest/agile/1.0/board/{boardId}"
tags: ["Board"]
---

# Delete board

`DELETE /rest/agile/1.0/board/{boardId}`

Deletes the board. Admin without the view permission can still remove the board.

## Path parameters

- `boardId` integer, required

## Response `204`

Returned if the board has been successfully removed.

## Other responses

- `403` — Returned if the user does not have a valid license, or when the user does not have the permission to delete the board, or when the user tried to delete a next-gen board. The user has to be a Jira Administrator or a board administrator to remove the board. Next-gen boards cannot be deleted, because next-gen software projects must have a board.
- `404` — Returned if a board with the given ID does not exist or the user does not have the permission to view the board.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/versions/4e108d54b990/schema)
