team
Remove a user from a team
Remove a user from a team. This will also revoke any access this user might have via that team. A user can remove themselves from the team if they are not the last user in the team.
delete/teams/{id}/members/{username}
Path parameters
idinteger required
The ID of the team you want to remove th user from
usernameinteger required
The username of the user you want to remove
Response
The user was successfully removed from the team.