MaxSignatures Api Delete Graphical Signature

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 https://api.maxsignatures.com/MdDigitalSignatureApi.php?wsdl.

uploadRequest:{
accountInfo:{//used to authenticate the user who upload the document
username://account name, for example: abc@mdemail.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