DELETE/groups/{groupId}/administrators/{userId}
그룹의 관리자를 제거한다. 외부 그룹은 제거할 수 없다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
directory
group
| Parameter | Type | Description |
|---|---|---|
| groupId | string | 그룹 ID 또는 외부 키. required |
| userId | string | 구성원 ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | 도메인 ID example : 10000001 format : int32 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Bad Request
Forbidden
Not Found