GET /Documents/{DocumentID}?[delete=1]

This method is called from the Therefore™ Content Connector after a document was successfully saved.

It is meant for deleting the document from the provider's repository.

Errors returned from this call will be ignored because of compatibility reasons.

Request

From URL:

Parameter Name Description

DocumentID

The ID of the document from the eSignature provider. Returned by POST /Documents.

Query parameters:

Parameter Name Description

delete

The delete parameter specified in the DeleteDocumentOptions by GET <ROOT>

Response

Empty.