v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
Tournament: Registration

Remove a tournament participant

Sets the participant to REMOVED, decrementing the participant count if the team was APPROVED. Side effects a client should expect: the team's outbound free-agent offers are expired and the free agents it had picked up are released back to the pool. Unlike disqualification this does NOT propagate through a live bracket. Requires the tournaments registration capability and MANAGER authority on the tournament - a tournament MODERATOR qualifies.

post/tournaments/{identifier}/participants/{participantId}/remove

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

participantIdstring required

Tournament participant ID.

Tournament participant ID.

Request body

reasonstring

Optional reason recorded on the activity log entry.

Response

The participant was removed.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).