meta { name: detach type: http seq: 6 } post { url: {{ STRIPE_API_ENDPOINT }}payment_methods/pm_1G1EpoEqMPFAkBJD69VEZxK8/detach body: formUrlEncoded auth: basic } headers { Content-Type: application/x-www-form-urlencoded } auth:basic { username: {{STRIPE_PRIVATE_KEY}} password: } body:form-urlencoded { customer: cus_GYLXp1gpE80auM }