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"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/billing/payment-methods/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test