---
title: "Forfeit a match"
method: POST
path: "/matches/{matchId}/forfeit"
tags: ["My Matches"]
---

# Forfeit a match

`POST /matches/{matchId}/forfeit`

Forfeits a match as the personal API key owner. The owner must be a captain, co-captain, or org owner of one participating team. Requires matches.user_matches:read-write and API writes access. Supports an optional `Idempotency-Key` header for safe retries.

## Path parameters

- `matchId` string, required — Match ID.

## Request body

- ForfeitMatchRequestBody — Forfeits the match as the API key owner.
  - `reason` string — Optional forfeit reason.

## Response `200`

The match was forfeited successfully.

- ForfeitMatchResponse
  - `success` true, required
  - `matchId` string, required
  - `timestamp` string, required

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `409` — Conflict.
- `429` — Rate limited.
- `500` — Internal server error.

---

[API](https://skmtc.net/teambattles/apis/teambattles-api.md) · [All operations](https://skmtc.net/teambattles/apis/teambattles-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teambattles/teambattles-api/versions/2ffe8fb53b7d/schema)
