Delete Customer Payment Method
Intent
Removes the customer payment method.
When to call it
Call this only after your application has identified the customer payment method that should be removed.
Access boundary
Authorize the request with a token that carries customer_portal:write.
Successful result
A successful request returns 204 without a response document.
DELETE
Delete Customer Payment Method
Authorizations
Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.
Path Parameters
Response
Response: Payment method deleted.
Previous
Read Organization### Intent
Reads the organization without changing it.
### When to call it
Call this after your application has received or stored the identifier for the organization.
### Access boundary
Authorize the request with a token that carries `organizations:read` or `organizations:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Customer Payment Method