{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Erasure API", "version": "6" }, "items": [ { "info": { "name": "Erasure", "type": "folder" }, "items": [ { "info": { "name": "Adyen Submit a Subject Erasure Request.", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/requestSubjectErasure", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Sends the PSP reference containing the shopper data that should be deleted." } ] } ], "bundled": true }