Removes the specified signatures.
<removeSignatureRequest> <id type="types:uid"/> <all type="boolean"/> <global type="boolean"/> </removeSignatureRequest>
<removeSignatureResponse> <status type="types:Status"/> </removeSignatureResponse>
Specifies the ID of the signature to be deleted.
Specifies whether to remove all the signatures (True).
Is not used.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<removeSignatureRequest> <id>44FE9BAA.domain1.po1.100.16E3837.1.F95.1@63</id> <all>false</all> <global>false</global> </removeSignatureRequest> <removeSignatureResponse> <status> <code>0</code> </status> </removeSignatureResponse>