Remove a user from a team

DEL

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_idstringRequired
user_idstringRequired

The ID of the user, or the special value me for the currently authenticated user

Response

Successful response

successboolean

Always equal to true.