{ "operationId": "post-deletePayoutMethods", "method": "POST", "path": "/deletePayoutMethods", "summary": "Adyen Delete Payout Methods", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-deletePayoutMethods200Example", "example": { "invalidFields": [ "example_value" ], "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "202", "contentType": "application/json", "name": "post-deletePayoutMethods202Example", "example": { "invalidFields": [ "example_value" ], "pspReference": "REF-001", "resultCode": "CODE123" } }, { "status": "401", "contentType": "application/json", "name": "post-deletePayoutMethods401Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-deletePayoutMethods422Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "500", "contentType": "application/json", "name": "post-deletePayoutMethods500Example", "example": { "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }