Delete a document from the session
DELETE/documents/:requestId
Removes the specified document request and its associated data from the session. The session ID must be supplied as a header because a payload is not accepted.
Clients should ensure that they no longer reference the deleted document in their own session state after a successful deletion.
Request
Responses
- 204
- 400
- 401
- 403
- 500
Document request deleted successfully
Missing request ID parameter or session ID header
Missing or invalid API key / bearer token
Client does not have documents:write scope, session key verification failed, or envelope access requires envelopes:write scope
Failed to remove document from wallet or database