user3541060
user3541060

Reputation: 1

Docusign - How to ExportAuthoritativeCopy of a signed envelope using REST API

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

Answers (1)

Kim Brandl
Kim Brandl

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

Related Questions