Delete signer
Delete a signer from the document.
Last updated
Delete a signer from the document.
Last updated
The deletion is irreversible. If you want to reinsert the signer into the document, he will have a new token/URL to sign.
The request method is DELETE. If you use GET or POST it will not have the desired effect.
DELETE
https://api.zapsign.com.br/api/v1/signer/{{signer_token}}/remove/
Prerequisites:
(1) it is not possible to delete a signer who has already signed the document;
(2) it is not possible to exclude the only signer of the document - if this is the case, add the second signer first and then delete the first one.
About webhooks: In some situations, the "doc_signed" webhook might fire after a signer is deleted. If this happens, the PDF signed_file has been updated.
Name | Type | Description |
---|---|---|
Authorization* | string | apiToken ahead of the "Bearer" text. Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23 |