Delete word(s) (deleteword, deletewords)
Remove one word or a wordlist from a user dictionary.
Last updated
Was this helpful?
Was this helpful?
{
"cmd": "user_dictionary",
"action": "deletewords",
"name": "my_dict",
"word": "DevOps"
}{
"name": "my_dict",
"action": "deleteword",
"wordlist": ["DevOps"],
"modificationTime": 1772124069
}{
"cmd": "user_dictionary",
"action": "deletewords",
"name": "my_dict",
"wordlist": "API,SDK"
}{
"name": "my_dict",
"action": "deleteword",
"wordlist": ["API", "SDK"],
"modificationTime": 1772124069
}