Přejít na hlavní obsah
DELETE
/
bank-accounts
/
{bankAccount}
Zmazať bankový účet
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/bank-accounts/{bankAccount} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintoro.sk/llms.txt

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

Autorizace

Authorization
string
header
povinné

Bearer token vytvorený pre konkrétnu firmu v Integrácie → API.

Parametry cesty

bankAccount
integer
povinné

ID bankového účtu.

Příklad:

201

Odpověď

Bankový účet bol zmazaný.