cURL
curl --request POST \ --url https://api-v2.missioninbox.com/billing/detach_payment_method/ \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "payment_method_id": "<string>" } '
{ "success": true }
Remove a payment method from the customer account.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Stripe payment method ID to detach