---
title: "Delete Game"
method: DELETE
path: "/api/v1/games/{game_id}"
tags: ["Games"]
---

# Delete Game

`DELETE /api/v1/games/{game_id}`

Delete a game record by game_id (must be a valid UUID).

## Path parameters

- `game_id` string, uuid, required

## Headers

- `x-api-key` string, nullable
- `League` string, nullable

## Response `200`

Successful Response

- GameDeleteResponse — Response schema for game delete operation.
  - `success` boolean, required — Whether the operation was successful
  - `message` string, required — Status message
  - `deleted_count` integer, required — Number of records deleted

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/versions/42cb7b14430f/schema)
