DELETE

/api/v1/exchanges/:id

Permission: EXCHANGES_WRITESecurity: SIGNED

Deletes a user's exchange account connection from their personal account in the Quentrade system.

Deletion Preconditions

Keep in mind that an exchange account cannot be deleted if it has any active trading entities (DCA Bot, Grid Bot, SmartTrade, Deals, Trades, or Signal Bot). All active bots, orders, and deals must be stopped and closed prior to removal.

Path Parameters

idUUID string required

Unique Quentrade UUID of this exchange account entity.

Example Request

DELETEDELETE /api/v1/exchanges/7fa84b80-77a8-4e89-a292-123456789abc

Response Parameters

Boolean Response Status

No parameters. Returns true upon successful account deletion.

Example Responses

delete_account_200.json
200 OK
true