{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Data Subject Rights API", "version": "1.0" }, "items": [ { "info": { "name": "Data Subject Rights", "type": "folder" }, "items": [ { "info": { "name": "VTex Erase customer data", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/user-rights/createAndProcessDeleteUserData", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "an", "value": "", "type": "query", "description": "Name of your VTEX account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a given customer's data collected in your store by Checkout, Orders, VTEX ID and Profile System.\r\n\r\n> Only orders with `invoiced` or `canceled` status are erased in this request.\r\n\r\n>❗ This API is currently in closed alpha testing stage, which means that only specific customers can access it now. Do not share this documentation with people outside of your company. If you do not have access yet, please refer to the [Erasing customer data](https://help.vtex.com/en/tutorial/erasing-customer" } ] } ], "bundled": true }