DELETE/bots/{botId}/domains/{domainId}/members/{userId}
ユーザーから Bot の利用権限を削除する。
注意
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
bot
| Parameter | Type | Description |
|---|---|---|
| botId | integer | Bot ID required example : 2000001 format : int64 |
| domainId | integer | ドメイン ID required example : 10000001 format : int64 |
| userId | string | ユーザーを特定する ID (URL エンコードする)
required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content