removeSignatureRequest

Removes the specified signatures.

Request

<removeSignatureRequest>
   <id type="types:uid"/>
   <all type="boolean"/>
   <global type="boolean"/>
</removeSignatureRequest>

Response

<removeSignatureResponse>
   <status type="types:Status"/>
</removeSignatureResponse>

Elements

id

Specifies the ID of the signature to be deleted.

all

Specifies whether to remove all the signatures (True).

global

Is not used.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<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>