Deletes a bank account. The endpoint does not return a response body after a successful delete.
cURL
curl --request DELETE \ --url https://app.fintoro.sk/api/public/v1/bank-accounts/{bankAccount} \ --header 'Authorization: Bearer <token>'
{ "message": "This action is unauthorized." }
Bearer token created for a specific company in Integrations → API.
Bank account ID.
201
Bank account deleted.