v20

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

Remove a tournament staff member

Removes the delegated staff row for the named user. Requires the tournaments staff capability and ADMIN authority on the tournament - a tournament MODERATOR answers 403, so a moderator cannot remove a peer. Idempotent: removing a user who holds no staff row succeeds, so a retry after a lost response is safe. Removing the host has no effect, because host authority comes from the host record rather than a staff row.

delete/tournaments/{identifier}/staff/{userId}

Path parameters

identifierstring required

Tournament slug.

Tournament slug.

userIdstring required

User ID of the staff member to remove.

User ID of the staff member to remove.

Response

The staff member was removed.

successtrue required

Always true; failures are error responses.

timestampstring required

Response generation time (ISO 8601).