2.22.2. deleteOrganizationTeamMember
删除团队成员。
If the user is merely invited to join the team, then the invite is removed instead.
If the user is merely invited to join the team, then the invite is removed instead.
DELETE /api/v1/organization/{orgname}/team/{teamname}/members/{membername}
Authorizations: oauth2_implicit(org:admin)
路径参数
类型 | Name | 描述 | 模式 |
---|---|---|---|
path |
需要机构名称 | 机构名称 | 字符串 |
path |
membername | 团队成员的用户名 | 字符串 |
path |
需要 teamname | 团队的名称 | 字符串 |