Delete a Payee's Bank Account
Delete a Payee's Bank Account
Remove a saved bank account from a payee so it can no longer be used for new payments. The call is safe to repeat — calling it again on an already-removed account returns the same success response.
DELETE
Delete a Payee's Bank Account
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The unique ID of the user who owns this payee.
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

