Batch delete of accounts by IBANs or Client IDs
Account Management
Batch delete accounts by IBANs
Deletes multiple accounts using their IBANs.
DELETE
Batch delete of accounts by IBANs or Client IDs
Body
application/json
Payload containing: ibans: list of IBANs to delete;clientIds: list of Client IDs to delete. Either ibans or clientIds must be provided.
List of IBANs to delete
List of IBANs to delete
Example:
[
"LT121000011101001000",
"DE89370400440532013000"
]Response
Batch deletion result
Number of IBANs successfully deleted
Example:
2
List of IBANs successfully deleted
List of IBANs successfully deleted
Example:
[
"LT121000011101001000",
"DE89370400440532013000"
]Number of IBANs that failed to delete
Example:
1
Details of IBANs that failed to delete, with reasons
Total number of IBANs submitted for deletion
Example:
3
Last modified on January 27, 2026