DELETE

/api/billing/payment-methods/{id}

Remove payment method

Removes a saved payment method from the user's account.

curl -s -X DELETE "$BASE/api/billing/payment-methods/$PM_ID" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
idstringY

Try it out

Path Parameters
/api/billing/payment-methods/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test