Removes users from a team.

<Check title="Required Permissions">The user must be an admin.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

teamIdstringRequiredformat: "uuid"
The team id.

Request

The ids of users to remove.

Response

OK