Reputation: 1
I need to export an authoritative copy of a signed envelope out of docusign in order to be able to delete it later. I'm using DocuSign REST API v2.0 in PHP
Thank you.
Upvotes: 0
Views: 143
Reputation: 13480
I don't believe it's currently possible to do so with the DocuSign REST API -- instead, you'll need to use the DocuSign SOAP API. See documentation starting with "ExportAuthoritativeCopy" on page 168 of the DocuSign SOAP API Guide.
Upvotes: 1