This API deletes documents.
DELETE /v1/indexes/<INDEX_NAME>/documents
<INDEX_NAME>
: (Required, string) Name of the index you want to delete documents.
<IDS>
<IDS>
: (Required, string) Document IDs to delete.
The document IDs are in plain text, as below.
1
2
3
% curl -XDELETE -H 'Content-type: text/plain' http://localhost:8000/v1/indexes/example/documents --data-binary '
1
2
3
'