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