delete-documents
Remove specific documents from a Meilisearch index by their IDs using the 'delete-documents' tool on the Meilisearch MCP Server, enabling efficient document management.
Instructions
Delete multiple documents by their IDs from a Meilisearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
documentIds | Yes | JSON array of document IDs to delete | |
indexUid | Yes | Unique identifier of the index |