---
title: "Pause or leave an Arena tournament"
method: POST
path: "/api/tournament/{id}/withdraw"
tags: ["Tournaments (Arena)"]
---

# Pause or leave an Arena tournament

`POST /api/tournament/{id}/withdraw`

Leave a future Arena tournament, or take a break on an ongoing Arena tournament.
It's possible to join again later. Points and streaks are preserved.

## Path parameters

- `id` string, required

## Response `200`

The tournament was successfully paused or left.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — Pausing/leaving the tournament 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)
