v1

latestSwagger 2.02026-07-134146194.6 MB
EnvelopeViews

Revokes the correction view URL to the Envelope UI.

This API method is obsolete. Your application should not call it. It acts as a null operation.

delete/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/correct

Path parameters

accountIdstring required

The external account number (int) or account ID GUID.

envelopeIdstring required

The envelope's GUID.

Example: 93be49ab-xxxx-xxxx-xxxx-f752070d71ec

Request body

beginOnTaggerstring
returnUrlstring

(Required) The URL to which the user should be redirected after the view session has ended.

Maximum Length: 470 characters. If the returnUrl exceeds this limit, the user is redirected to a truncated URL Be sure to include https:// in the URL or redirecting might fail on some browsers.

When Docusign redirects to this URL, it will include an event query parameter that your app can use:

  • send: User corrected and sent the envelope.
  • save: User saved the envelope.
  • cancel: User canceled the transaction.
  • error: There was an error when performing the correct or send.
  • sessionEnd: The session ended before the user completed a different action.
suppressNavigationstring

Specifies whether the window is displayed with or without dressing.

viewUrlstring

Response

Successful response.