Remove players
remove_playerRemove one or MANY players before any result is recorded (afterwards use withdraw_player or replace_player) — pass player_names to clear several in one call, never loop one-by-one. Regenerates an existing unlocked draw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No | Optional idempotency id — retrying a call with the same id never applies it twice | |
| player_name | No | ||
| player_names | No | Bulk removal — e.g. clearing mistaken placeholder names in one call | |
| tournament_key | Yes | The tournament's organiser key (starts with tk_) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preview | No | True when this is a preview — nothing was changed | |
| removed | Yes | ||
| summary | Yes | What happened, in one line | |
| promoted | Yes | Waitlisted players who took the freed spots | |
| players_total | Yes |