{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Detach API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Detach", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Payment Methods Detach", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/payment_methods/:payment_method/detach", "params": [ { "name": "payment_method", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Detaches a PaymentMethod object from a Customer. After a PaymentMethod is detached, it can no longer be used for a payment or re-attached to a Customer.

" } ] } ], "bundled": true }