Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 936 Bytes

File metadata and controls

24 lines (15 loc) · 936 Bytes

Commands: Documents: Delete

Delete is used to remove a document from a database.

Syntax

{CODE delete_interface@ClientApi\Commands\Documents\Delete.cs /}

Parameters
id string ID of a document to be deleted
changeVector string Entity Change Vector, used for concurrency checks (null to skip check)

Example

{CODE delete_sample@ClientApi\Commands\Documents\Delete.cs /}

Related Articles

Commands