---
title: "Deletes the board"
method: DELETE
path: "/v1/boards/{boardId}.json"
tags: ["boards"]
---

# Deletes the board

`DELETE /v1/boards/{boardId}.json`

## Path parameters

- `boardId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `success` string

## Other responses

- `400` — Invalid ID supplied
- `404` — Page not found

## Changes

- **2020-04-20** `657d38565963` — 1 info
  - endpoint added
- **2017-01-11** `694743fa3e1a` — 1 breaking
  - api removed without deprecation
- **2016-04-26** `5d7a4c3eadce` — 3 info
  - api operation id `deleteBoard` was added
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/boards/:boardId.json/delete.md)

---

[API](https://skmtc.dev/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.dev/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/bfc753befdbe/schema)
