Payment methods
Delete payment method
Removes a stored payment method.
DELETE
/
payment-methods
/
{payment_method_id}
This endpoint requires the payment-methods.write
or embed
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
payment_method_id
string
requiredThe ID of the payment method.
Was this page helpful?