action meilisearch_reset_filterable_attributes { label: "Reset filterable attributes" description: "Reset filterable attributes" provider: meilisearch method: DELETE path: "/indexes/books/settings/filterable-attributes" encoding: json output: { type: "object" additionalProperties: true } }