Sample - Adyen Checkout API
DELETE/storedPaymentMethods/{storedPaymentMethodId}

Delete a token for stored payment details

Deletes the token identified in the path. The token can no longer be used with payment requests.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
storedPaymentMethodIdstringrequired
The unique identifier of the token.
shopperReferencestringrequired
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.
merchantAccountstringrequired
Your merchant account.

1 status code
204No Content - look at the actual response code for the status of the request.