- Usage:
-
FT.DROPINDEX key
- Complexity:
- O(N)
- Module:
- valkey-search
- Since module version:
- 1.0.0
- ACL Categories:
- @fast, @write, @search
<index-name>
(required): The name of the index to delete.
Drop the index created earlier by FT.CREATE
command. It is an error if the index doesn't exist.
RESP2/RESP3 Reply
Simple string reply: OK
.