how to change docusign save signature and instance for docusign developer api

326 Views Asked by At

DocuSign is working well but when I open URL and every time available same signature how can I remove or change adopt signature using dousing developer api

1

There are 1 best solutions below

2
Drew On

If you're using remote signing:

Signatures will be saved on the recipient's account. As the recipient, you can log in and delete signatures in the Manage Profile section. https://support.docusign.com/s/articles/How-do-I-change-my-signature-or-adopt-a-custom-signature-NDSE

If you're using embedded/captive signing:

Signatures will be saved on a captive recipient profile, tied to the name/email/clientUserId. You can either use a unique ClientUserId to break the association with existing signatures, or you, as the sender, can delete a captive recipient's saved signatures: https://developers.docusign.com/docs/esign-rest-api/reference/accounts/accounts/deletecaptiverecipient/

If you would like your recipients to draw a new signature every time, regardless of using Embedded or Remote signing:

You can use Sign In Each Location to require recipients to draw a new signature for each signature tab: https://www.docusign.com/blog/developers/common-api-tasks-sign-each-location

If this doesn't address your question, please edit your post to clarify what exactly is happening in your workflow.