Bot
Delete an Agent
Deletes an Agent owned by the authenticated bot without changing the backing bot.
post/bot{token}/deleteAgent
Path parameters
tokenstring required
Required bot token included in the URL path.
Headers
authorizationstring
Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.
Request body
Example request
{
"agent_id": "42"
}Response
BotDeleteAgentSuccess