Bot

Delete an Agent

Deletes an Agent owned by the authenticated bot without changing the backing bot.

post/bot/deleteAgent

Headers

authorizationstring required

Required bot token using the Bearer scheme.

Request body

Example request

{
  "agent_id": "42"
}

Response

BotDeleteAgentSuccess

oktrue required

Always true for a successful request.

Changes