DocumentDB supports deleting JSON documents using the DeleteDocumentAsync method of the DocumentClient class.
DeleteDocumentAsync
DocumentClient
await client.DeleteDocumentAsync(UriFactory.CreateDocumentUri(databaseName, collectionName, documentName));