Delete a Bot
Delete a Bot
Parameter
Accessible via URL https://api.channel.io/open/v4/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/v4/bots/1234
Response
Returns HTTP status of 204 if succeeded
Updated 12 months ago