Deleting Your AI Agent

Request Address: /api/bot/{botId}

Request Method: DELETE

Request Header 👇

NameTypeDescription

Authorization

String

The API key created

Request Path Parameter 👇

NameTypeIsRequiredDescription

botId

int

The botId of agent

The botId of agent

Response Parameter 👇

NameTypeDescription

success

boolean

true

Response Example 👇

{
    "code": 0,
    "msg": "success",
    "data": {
        "success": true
    }
}

Last updated