DELETE
/
api
/
bank
/
accounts
/
{id}
curl --request DELETE \
  --url https://app.sandbox.rio.trade/api/bank/accounts/{id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Requirements to consume the endpoint.

Create and modify role

The user must have the role to create and modify.

User approved

The user must be approved in at least one country.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the bank account to delete.

Response

204
_mintlify/placeholder

No Content