docusign / code-examples-node

Node.js code examples and launcher
https://developers.docusign.com/
MIT License
62 stars 52 forks source link

How to cancel an envelope #33

Closed kouayip closed 2 years ago

kouayip commented 2 years ago

I want to cancel or delete an envelope

InbarGazit commented 2 years ago

https://www.docusign.com/blog/dsdev-common-api-tasks-void-an-envelope

InbarGazit commented 2 years ago

You need to know the envelopeId, and then you make a call to update the status

InbarGazit commented 2 years ago

Let me know if you have further questions, or we can close this issue.

kouayip commented 2 years ago

thk