Documents
Delete document
Deletes a document from a package. The document can only be deleted while the
package is in the Draft, Processing or ProcessingFailed status.
DELETE
Error
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target document's unique identifier A document's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
The target package's unique identifier A package's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
Response
Document was deleted
Previous
Confirm document actionsPerforms keep/remove actions on a document that is not yet fully processed - for
example a document uploaded through the Document Portal that still contains existing
signatures, form fields or signing field markers.
When such a document is fetched (Get document), its `IsActionNeeded` flag is `true`,
and `HasSignatures`, `HasSigningFields` and `HasFormFields` indicate what was detected.
Use this call to decide which of those to keep, after which the document moves to
`Draft` status and is fully processed.
`KeepSignatures` and `KeepFormFields` are mutually exclusive: a document cannot keep
existing signatures and use form fields at the same time, so these two cannot both be
`true` in one request.
Next
Error