2.9. organization : Manage organizations, members and OAuth applications.
2.9.1. delete /api/v1/organization/{orgname}/members/{membername} リンクのコピーリンクがクリップボードにコピーされました!
2.9.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
Removes a member from an organization, revoking all its repository priviledges and removing it from all teams in the organization.
2.9.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| orgname | required | The name of the organization | path | string |
| membername | required | The username of the organization member | path | string |
2.9.1.3. Response Messages リンクのコピーリンクがクリップボードにコピーされました!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 204 | Deleted |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|