All the users are allowed to remove themselves from a team (user_id=me
). Only the users who have the $remove_members
permission are allowed to remove other users from a team. team_id
is must an ID of a team that the user is a member of.
The ID of the user, or the special value me
for the currently authenticated user
Successful response
Always equal to true.