Billing - Payment Methods
Delete Payment Method
Deletes a saved payment method. Cannot delete the default payment method. Requires billing:update
scope.
DELETE
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
The Stripe Payment Method ID (pm_...
) or Card ID (card_...
) to delete.
Response
204
Payment method deleted successfully.