Items
Delete in bulk from temporal
Deletes a list of items in the temporal index in a single bulk operation.
DELETE
Delete in bulk from temporal
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 from temporal