We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac567d0 + 0e3bb21 commit 852684aCopy full SHA for 852684a
en/operations/batch-delete.html
@@ -36,7 +36,9 @@
36
<li>
37
Use <a href="../reference/document-v1-api-reference.html#delete">/document/v1</a> to delete documents
38
identified by a <a href="../reference/document-select-language.html">document selection</a> -
39
- example dropping all documents from the <em>my_doctype</em> schema:
+ example dropping all documents from the <em>my_doctype</em> schema.
40
+ The <em>cluster</em> value is the ID of the content cluster in <em>services.xml</em>,
41
+ e.g., <code><content id="my_cluster" version="1.0"></code>:
42
<pre>
43
$ curl -X DELETE \
44
"$ENDPOINT/document/v1/my_namespace/my_doctype/docid?selection=true&cluster=my_cluster"
0 commit comments