Skip to main content

Delete an exchange account

POST
/ver1/accounts/:account_id/remove
Permission: ACCOUNTS_WRITE
Security: SIGNED

Deletes a user's exchange account from their personal account in the 3Commas system.

Keep in mind that an exchange account cannot be deleted if it has any active entities (DCA Bot, Grid Bot, SmartTrade, Deals, Trades, or Signal Bot).


Path Parameter

account_idintegerrequired

Unique 3Commas ID of this exchange account entity.

Example Request

POST
/ver1/accounts/12345678/remove

Response Parameters

No parameters.

Example Responses

true