Delete a Bot
Delete a Bot
Parameter
Accessible via URL https://api.channel.io/open/v3/bots/{botId}
and HTTP DELETE
Parameter | Example | Required | Description | Parameter Type |
---|---|---|---|---|
botId | 1234 | Required | ID of bot | Path |
Example
DELETE https://api.channel.io/open/v3/bots/1234
Response
Returns HTTP status of 200 if succeeded
Updated about 2 years ago