DELETE api/document/{documentId}
Deletes the cached PDF files for the document.
Request Information
URI Parameters
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.