FT.DICTDEL dict term [term ...]
Available in: Redis Stack
Time complexity: O(1)
Deletes terms from a dictionary.
Parameters
dict: the dictionary name.
term: the term to delete from the dictionary.
Return
Integer reply - the number of terms that were deleted.
redis> FT.DICTDEL dict foo bar "hello world"
(integer) 3