{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Method API", "version": "6" }, "items": [ { "info": { "name": "Method", "type": "folder" }, "items": [ { "info": { "name": "Adyen Delete a Token for Stored Payment Details", "type": "http" }, "http": { "method": "DELETE", "url": "https://cal-test.adyen.com/cal/services/Account/v6/storedPaymentMethods/:storedPaymentMethodId", "params": [ { "name": "storedPaymentMethodId", "value": "", "type": "path", "description": "The unique identifier of the token." }, { "name": "shopperReference", "value": "", "type": "query", "description": "Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.\n> Your reference must not include personally identifiable information (PII), for example name or email address." }, { "name": "merchantAccount", "value": "", "type": "query", "description": "Your merchant account." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes the token identified in the path. The token can no longer be used with payment requests." } ] } ], "bundled": true }