gsDelete($uploadRequest)
gsDelete should be called when a digital signature user needs to delete a graphical signature. It can be retrieved via a soap request using the "gsDelete" method to http://mdemail-api.max.md.eval.max.md/MdDigitalSignatureApi.php?wsdl.
uploadRequest:{
accountInfo:{//used to authenticate the user who upload the document
username://account name, for example: abc@max.md
password://password
},
graphicImageName://the name of the graphical signature to be deleted.
}
Response
The response comes in a soap object containing three elements.
(string) code - A response code. This will be "000" if there is no error
(string) message - A description of the response code
(array) values - Reserved.
Sample Code (using NuSoap) (PHP)
The xml for the WSDL can be found here