Remove a member from a team
Authorization
A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:
Service Token Accesses write_teams
OAuth Scopes
| Resource | Scopes |
|---|---|
| Organization | write_organization |
Path parameters
The name of the organization
The slug of the team
The ID of the team membership or the ID of the member to remove
Query parameters
Whether to delete the member's passwords created through this team
Response
Member removed successfully. Note: SSO-managed teams cannot have members removed.
Changes
Changed in 2 of the 24 revisions of this API.12
- ▲
removed the request body
request-body-removed
- ○
added the new optional
queryrequest parameterdelete_passwordsnew-optional-request-parameter
- ▲
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○