Delete Bot

This endpoint deletes the bot and its associated deals

Delete Bot

POST https://api.aitrade.com/api/delete_bot

Request Body

Name
Type
Required
Description

id

integer

The id of the bot to delete

force

integer

1: delete bot even there is ongoing deal

Responses:

{
  "code": 200,
  "message": "Bot Deleted Successfully"
}

Last updated