Skip to main content
DELETE
cURL
Deletes a bank account for a user. This performs a soft delete by disabling the account.

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

userId
string
required

The user 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 userId and userBankInfoId. This performs a soft delete by setting the disabled field to true.