Eliminar firmante
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.
El método de la solicitud es DELETE
. Si usas un GET
o POST
no va a tener efecto.
DELETE
https://api.zapsign.com.br/api/v1/signer/{{signer_token}}/remove/
Requisitos previos:
No es posible eliminar un firmante que ya haya firmado el documento.
No es posible eliminar al único firmante del documento. Si necesitas hacerlo, primero agrega un segundo firmante y luego elimina al primero.
Sobre los webhooks: En algunas situaciones, el webhook "doc_signed" podría activarse después de que se haya eliminado un firmante. Si esto ocurre, el archivo PDF signed_file ya habrá sido actualizado.
Nombre | Tipo | Descripción |
---|---|---|
Authorization* | string | API token prefijo con la palabra "Bearer". Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23 |