v20

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

Remove a roster entry from any participant (organizer)

Deletes one tournament roster entry as the organizer. Requires ADMIN authority on the tournament - a tournament MODERATOR is NOT sufficient; a moderator edits only rosters for teams they lead, via the competitor roster endpoint. If the entry was a picked-up free agent, that player is returned to the pool as AVAILABLE - which is the step that must precede removing them from the pool entirely. Answers 400 error_invalid_input when the entry does not exist. Requires the tournaments registration capability.

delete/tournaments/{identifier}/roster-entries/{rosterEntryId}

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

rosterEntryIdstring required

Tournament roster entry ID.

Tournament roster entry ID.

Response

The roster entry was removed.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).