Skip to main content
DELETE

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.

ibans
string[]
required

List of IBANs to delete

Minimum array length: 1

List of IBANs to delete

Example:

Response

Batch deletion result

deleted_count
integer<int32>
required

Number of IBANs successfully deleted

Example:

2

deleted_ibans
string[]
required

List of IBANs successfully deleted

List of IBANs successfully deleted

Example:
failed_count
integer<int32>
required

Number of IBANs that failed to delete

Example:

1

failed_entries
object
required

Details of IBANs that failed to delete, with reasons

total_count
integer<int32>
required

Total number of IBANs submitted for deletion

Example:

3

Last modified on September 26, 2025