---
title: "Abort a game"
method: POST
path: "/api/board/game/{gameId}/abort"
tags: ["Board"]
---

# Abort a game

`POST /api/board/game/{gameId}/abort`

Abort a game being played with the Board API.

## Path parameters

- `gameId` string, required

## Response `200`

The game successfully aborted.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — The abortion of the game failed.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
