Team members
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 |
delete/organizations/{organization}/teams/{team}/members/{id}
Path parameters
organizationstring required
The name of the organization
teamstring required
The slug of the team
idstring required
The ID of the team membership or the ID of the member to remove
Query parameters
delete_passwordsboolean
Whether to delete the member's passwords created through this team
Response
Member removed successfully. Note: SSO-managed teams cannot have members removed.