DELETE/bots/{botId}/channels/{channelId}
Leaves a message room with a specified bot included.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
bot.message
bot
| Parameter | Type | Description |
|---|---|---|
| botId | integer | Bot ID required example : 2000001 format : int64 |
| channelId | string | Message room ID
required example : 12345a12-b12c-12d3-e123fghijkl |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content