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

# Delete a player by id

`DELETE /player/{id}`

## Path parameters

- `id` integer, required

## Response `204`

successful operation

## Other responses

- `404` — player 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)
