Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
application/json
The unique identifier of the settlement account to delete. See Get Settlement Accounts for available account IDs.
Example:
25
The unique identifier of the merchant account
Required range:
10000000 <= x <= 99999999Example:
35253486
The username or email of the user performing the deletion
Example:
"johndoe@example.com"
Response
200 - application/json
OK - Settlement account successfully deleted
Example:
"Merchant bank account has been deleted successfully"