{"note":"OpenAPI conversion -- returning structured metadata","name":"adyen-com-dataprotectionservice","description":"Adyen Data Protection API","version":"1","base_url":"https://ca-test.adyen.com/ca/services/DataProtectionService/v1","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Adyen Data Protection API\n@base https://ca-test.adyen.com/ca/services/DataProtectionService/v1\n@version 1\n@auth ApiKey X-API-Key in header | Bearer basic\n@endpoints 1\n@toc requestSubjectErasure(1)\n\n@endpoint POST /requestSubjectErasure\n@desc Submit a Subject Erasure Request.\n@optional {forceErasure: bool # Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction., merchantAccount: str # Your merchant account, pspReference: str # The PSP reference of the payment. We will delete all shopper-related data for this payment.}\n@returns(200) {result: str} # OK - the request has succeeded.\n@errors {400: Bad Request - a problem reading or understanding the request., 401: Unauthorized - authentication required., 403: Forbidden - insufficient permissions to process the request., 422: Unprocessable Entity - a request validation error., 500: Internal Server Error - the server could not process the request.}\n\n@end\n"}