deleteSigner
Overview
Parameters:
String - signer token
Return:
Signer - success
Exception - failure
To delete this signer we need:
set your api token.
set your signer token.
call the method.
Usage:
Import the relevant components:
import signers.SignerRequest;Set your Api Token:
String apiToken = "YOUR TOKEN";Set your signer token.
Call the method deleteSigner and receive as a response a string containing "Signatário removido com sucesso." or an error message:
Example:
Was this helpful?