Skip to main content
DELETE
/
api
/
bank
/
accounts
/
{id}
Delete a bank account
curl --request DELETE \
  --url https://app.sandbox.rio.trade/api/bank/accounts/{id} \
  --header 'x-api-key: <api-key>'
{
  "errors": [
    {
      "code": 19,
      "message": "Not authorized"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rio.trade/llms.txt

Use this file to discover all available pages before exploring further.

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

No Content