Remove a user from a team
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.
Path parameters
team_id
user_id
The ID of the user, or the special value me
for the currently authenticated user
Response
Successful response
success
Always equal to true.