Deleting Your AI Agent

Request Address: /api/bot/{botId}

Request Method: DELETE

Request Header 👇

Name
Type
Description

Authorization

String

The API key created

Request Path Parameter 👇

Name
Type
IsRequired
Description

botId

int

The botId of agent

The botId of agent

Response Parameter 👇

Name
Type
Description

success

boolean

true

Response Example 👇

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

Last updated