Skip to main content
DELETE
cURL
Deletes a bank account for a user by receiver ID. Resolves the user from the receiver, then performs a soft delete.

Error Codes

Common Errors

User Ownership Errors

Endpoint-Specific Errors

Authorizations

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Path Parameters

receiverId
string
required

The receiver ID

Example:

"8374f327-38bd-4b0b-b8a7-2524599eb903"

userBankInfoId
string
required

The user bank info ID to delete

Example:

"8374f327-38bd-4b0b-b8a7-2524599eb903"

Response

Deletes a bank account for a user by receiverId and userBankInfoId. First gets the user by receiver ID, then performs a soft delete.