Logo
API_DOC API Documentation

Delete bank accounts

POST {{baseUrl}}/deleteBankAccounts

Deletes bank accounts associated with an account holder.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://cal-test.adyen.com/cal/services/Account/v3/deleteBankAccounts' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","bankAccountUUIDs":["eeb6ed22-3bae-483c-83b9-bc2097a75d40"]}'

ENDPOINTS