Answers for "how to delete document in cosmos db using document documentclient"

1

how to delete document in cosmos db using document documentclient

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.ResourceResponse<Microsoft.Azure.Documents.Document>> DeleteDocumentAsync (string documentLink, Microsoft.Azure.Documents.Client.RequestOptions options = default, System.Threading.CancellationToken cancellationToken = default);
Posted by: Guest on May-06-2021

Code answers related to "how to delete document in cosmos db using document documentclient"

Browse Popular Code Answers by Language