action meilisearch_delete_documents { label: "Delete documents" description: "Delete documents" provider: meilisearch method: POST path: "/indexes/books/documents/delete-batch" encoding: json input: { type: "array" items: { type: "number" } } output: { type: "object" additionalProperties: true } }