Skip to content

Commit 852684a

Browse files
authored
Merge pull request #3848 from vespa-engine/kkraune-patch-1
add clarification
2 parents ac567d0 + 0e3bb21 commit 852684a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

en/operations/batch-delete.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
<li>
3737
Use <a href="../reference/document-v1-api-reference.html#delete">/document/v1</a> to delete documents
3838
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:
39+
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>&lt;content id="my_cluster" version="1.0"&gt;</code>:
4042
<pre>
4143
$ curl -X DELETE \
4244
"$ENDPOINT/document/v1/my_namespace/my_doctype/docid?selection=true&cluster=my_cluster"

0 commit comments

Comments
 (0)