@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Adyen Data Protection API
@base https://ca-test.adyen.com/ca/services/DataProtectionService/v1
@version 1
@auth ApiKey X-API-Key in header | Bearer basic
@endpoints 1
@toc requestSubjectErasure(1)

@endpoint POST /requestSubjectErasure
@optional {forceErasure: bool, merchantAccount: str, pspReference: str}
@returns(200) {result: str}
@errors {400, 401, 403, 422, 500}

@end
