Delete DCA Bot

Description: Deletes an existing DCA Bot using its ID

Permission: BOTS_WRITE Security SIGNED

POST

/ver1/bots/{bot_id}/delete

Path Parameter

bot_id integer required Unique 3Commas ID for this DCA Bot entity

Response Parameters

NONE

Example Request

POST /ver1/bots/12345678/delete

Example response and errors

Status: 201 Created

true
Status: 403 Forbidden

{
    "error": "Forbidden"
}
Status: 404 Not Found

{
    "error": "not_found",
    "error_description": "Not Found"
}

Last updated

Was this helpful?