Items
Delete in bulk
Deletes a list of items from the index in a single bulk operation.
DELETE
Delete in bulk
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Path Parameters
Unique id of a search engine.
Pattern:
^[a-f0-9]{32}$Name of an index.
Pattern:
^[a-z][a-z0-9_]*$Body
application/json
Required array length:
1 - 100 elementsUnique identifier of the item.
Example:
[{ "id": "1234" }]Delete in bulk