POST v3/me/teams/{id}/rejectinvitation

INTRAMURAL (Team/Division) reject a team invitation for the CURRENT member. Member-self: resolves the member's own TeamMembers row from the team id and the authenticated identity (mirrors legacy Team.JoinTeamBO.RejectTeamInvitation), then delegates to TeamApi.RejectTeamInvitation (which re-checks curUserId==teamMember.MemberId). Intramural sibling of SportTeamV3Controller.RejectSportTeamInvitation. No body beyond the route team id.

Request Information

Parameters

NameDescriptionAdditional information
id
team id of the invitation to reject

Define this parameter in the request URI.