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

# Pause or leave a swiss tournament

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

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

## Path parameters

- `id` string, required

## Response `200`

The tournament was successfully paused or left.

- Ok
  - `ok` boolean, required

---

[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)
