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.