orgMemberDelete
To remove organization members based on user name, the current operator must be an organization maintainer, otherwise the removal will fail.
Path Parameters
- org string required
organization namespace
- username string required
username
Header Parameters
- Authorization required
Oauth2 token or private token (needs to start with Bearer plus a space)
Responses
- 200
- 400
- 401
Success
The operation failed, the parameter username is incorrect!
The operation failed. The current operator is not an organization administrator and does not have permissions at the moment.
Loading...