DocumentClient.deleteAttachment(String attachmentLink, RequestOptions options) 方法
定义
Deletes an attachment.
public ResourceResponse<Attachment> deleteAttachment(String attachmentLink, RequestOptions options)
参数
- attachmentLink
- String
the attachment link.
- options
- RequestOptions
the request options.
返回
the resource response.
例外
DocumentClientException
the document client exception.