DELETE

/api/v1/bots/dca/

Permission: BOTS_WRITESecurity: BEARER_JWT

Permanently deletes a DCA Bot entity. Active bots must be stopped before they can be deleted.

Path Parameters

iduuid required

Unique UUID identifier of the DCA Bot entity to delete.

Response Parameters

Returns status message when the DCA Bot entity is successfully deleted.

Example Request

DELETEDELETE /api/v1/bots/dca/7c9e6679-7425-40de-944b-e07fc1f90ae7

Example Responses

Returns confirmation status or error message if the bot is currently running.

delete_dca_bot_200.json
200 OK
{
  "status": "success",
  "message": "DCA Bot deleted successfully"
}