Skip to main content
DELETE
/
bank-accounts
/
{bankAccount}
Delete bank account
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/bank-accounts/{bankAccount} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

bankAccount
integer
required

Bank account ID.

Example:

201

Response

Bank account deleted.