DELETE/groups/{groupId}/administrators/{userId}
グループマスターを削除する
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
directory
group
| Parameter | Type | Description |
|---|---|---|
| groupId | string | グループを特定する ID (URL エンコードする)
required |
| userId | string | ユーザーを特定する ID (URL エンコードする)
required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | ドメイン ID (既定値: 認可ドメイン ID) example : 10000001 format : int32 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Bad Request
Forbidden
Not Found