DELETE /v2/indices/{index public key}/documents:batch
Remove multiple documents from the index.
Payload
The payload includes a list of document ids in an array.
{
"documents": [
"a9b9f04336ce0181a08e774e01113b31",
"68486f8ffd0f928de748de19b663c60a"
]
}
Field | Description | Type | Notes |
---|---|---|---|
documents | The list of the document IDs to delete | String, an array of document IDs | URLs encoded as md5 hash. |
Response
On successful queuing of the delete operations, the endpoint returns an HTTP 202.