DELETE/bots/{botId}/channels/{channelId}

Bot を指定したトークルームから退室させる。

Authorization

oauth2

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

bot.message
bot

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/bots/{botId}/channels/{channelId}

Path Parameters

ParameterTypeDescription
botId integer 

Bot ID


required
example : 2000001
format : int64 
channelId string 

チャンネル ID (= トークルーム ID)

参考
トークルーム画面のメニューにある「チャンネル ID」からも、channelId を確認できます。


required
example : 12345a12-b12c-12d3-e123fghijkl 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content