DELETE api/document/{documentId}

Deletes the cached PDF files for the document.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentId

ID uniquely identifying the document. This same ID was supposed to be used when creating the document PDF.

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.