{"files":{"SKILL.md":"---\nname: adyen-data-protection-api\ndescription: \"Adyen Data Protection API skill. Use when working with Adyen Data Protection for requestSubjectErasure. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Adyen Data Protection API\nAPI version: 1\n\n## Auth\nApiKey X-API-Key in header | Bearer basic\n\n## Base URL\nhttps://ca-test.adyen.com/ca/services/DataProtectionService/v1\n\n## Setup\n1. Set Authorization header with Bearer token\n2. Verify API access with a test request\n3. POST /requestSubjectErasure -- create first requestSubjectErasure\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### RequestSubjectErasure\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /requestSubjectErasure | Submit a Subject Erasure Request. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a requestSubjectErasure?\" -> POST /requestSubjectErasure\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@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"}}