azure Azure DocumentDB Delete a document (.NET)

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Example

DocumentDB supports deleting JSON documents using the DeleteDocumentAsync method of the DocumentClient class.

await client.DeleteDocumentAsync(UriFactory.CreateDocumentUri(databaseName, collectionName, documentName));


Got any azure Question?