Teams
Users
Authorized
Description
Authentication type : application/json
Removes a user from a team. Only team owners and admins can remove users from the team. Users cannot remove themselves from teams they own.
Path Parameters
Required
{
"teamId": "team_id_here",
"userId": "user_id_here"
}