{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-delete-payout-method-request-structure.json", "description": "DeletePayoutMethodRequest schema from Adyen API", "type": "object", "properties": { "accountHolderCode": { "description": "The code of the account holder, from which to delete the payout methods.", "type": "string" }, "payoutMethodCodes": { "description": "The codes of the payout methods to be deleted.", "items": { "type": "string" }, "type": "array" } }, "required": [ "accountHolderCode", "payoutMethodCodes" ], "name": "DeletePayoutMethodRequest" }