Delete a token for stored payment details
DELETE {{baseUrl}}/storedPaymentMethods/:storedPaymentMethodId?shopperReference=shopperReference_example&merchantAccount=merchantAccount_example
Deletes the token identified in the path. The token can no longer be used with payment requests.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
shopperReference | string | Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address. | |
merchantAccount | string | Your merchant account. |