v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
Tournament: Staff & Invites

Revoke a tournament invite

Revokes a PENDING team invite. Requires the tournaments invites capability and ADMIN authority - the same floor as issuing one, because in an INVITE_ONLY tournament the invite is the entry gate; a tournament MODERATOR answers 403 but can still read the invite list. Answers 400 error_invalid_input when the invite is not pending: an already-accepted team is a participant, so remove them with the participant removal endpoint instead. No notification is sent - the invite simply disappears for the team.

post/tournaments/{identifier}/invites/{inviteId}/revoke

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

inviteIdstring required

Tournament invite ID.

Tournament invite ID.

Response

The invite was revoked.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).