{ "operationId": "post-technicalCancel", "method": "POST", "path": "/technicalCancel", "summary": "Adyen Cancel an Authorisation Using Your Reference", "requestExamples": [], "responseExamples": [ { "status": "403", "contentType": "application/json", "name": "post-technicalCancel403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-technicalCancel422Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }