v1
latestOpenAPI 3.0.12026-07-2699111970.1 KBPayment Methods
Delete a payment method
Soft-deletes a payout method. The record is retained for compliance but is excluded from list and retrieve operations and can no longer be used for payouts. Returns the payout method as it existed before deletion.
API scope required: payment-methods.delete
delete/unstable/payment-methods/{paymentMethodId}
Path parameters
paymentMethodIdstring uuid required
UUID of the payment method.
Query parameters
userLocatorstring
Identifies the target user. Format: <type>:<value> (e.g., email:alice@example.com, userId:abc123). Required with server API key auth; ignored with JWT.
Response
PaymentMethod object (pre-deletion state). The record is no longer returned by list or retrieve endpoints.