Stay organized with collections
Save and categorize content based on your preferences.
This command deletes an index along with the index definition. This is a cluster-level operation resulting in the index definition being dropped across all nodes.
Syntax
FT.DROPINDEX index
index (required): This is the name of the index that you want to delete.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# FT.DROPINDEX\n\nThis command deletes an index along with the index definition. This is a cluster-level operation resulting in the index definition being dropped across all nodes.\n\nSyntax\n------\n\n```\nFT.DROPINDEX index\n```\n\n- `index` (required): This is the name of the index that you want to delete.\n\n### Command returns\n\n- Returns an error message or success confirmation."]]