Remove a user from a file.
The request body is of type RemoveUser.
Request Body Parameters
Name | Description | Data Type |
pstr_APICode | The API code of the site. This can be found through your Sertifi web interface under Administration -> Account Settings. | xml:string |
pstr_FileID | The id of the relevant file. | xml:string |
pstr_Email | The email of the signer who you wish to remove. | xml:string |
pstr_SignerType | "signer" or it won't do anything. | xml:string |
pint_Sequence | The signer level to remove them from. Between 1 and 24. | xml:int |
The response body is of type RemoveUserResponse.
Response Body Parameters
Name | Description | Data Type |
RemoveUserResult | "SUCCESS" or error message. | xml:string |
<soap:Envelope xmlns:soap="
http://www.w3.org/2003/05/soap-envelope" xmlns:ser="
http://apps.sertifi.net/services/">
<soap:Header/>
<soap:Body>
<ser:RemoveUser>
<ser:pstr_APICode>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</ser:pstr_APICode>
<ser:pstr_FileID>dpZaMtBrYvE=</ser:pstr_FileID>
<ser:pstr_Email>
[email protected]</ser:pstr_Email>
<ser:pstr_SignerType>signed</ser:pstr_SignerType>
<ser:pint_Sequence>1</ser:pint_Sequence>
</ser:RemoveUser>
</soap:Body>
</soap:Envelope>