DocumentClient.deleteDocument(String documentLink, RequestOptions options)
Method
Definition
public ResourceResponse<Document> deleteDocument(String documentLink, RequestOptions options)
Parameters
- documentLink
- String
the document link.
- options
- RequestOptions
the request options.
Returns
the resource response.
Exceptions
DocumentClientException
the document client exception.