---
title: "Delete a game by id"
method: DELETE
path: "/game/{id}"
tags: ["Game"]
---

# Delete a game by id

`DELETE /game/{id}`

## Path parameters

- `id` string, required

## Response `204`

successful operation

## Other responses

- `404` — game with id not found

---

[API](https://skmtc.dev/dascr/apis/dascr-board-api.md) · [All operations](https://skmtc.dev/dascr/apis/dascr-board-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dascr/dascr-board-api/revisions/b41f08fc12c8/schema)
