Delete dictionary (delete)
Permanently delete a user dictionary.
Was this helpful?
Permanently delete a user dictionary.
Delete a dictionary.
These parameters work with any cmd.
serviceid
string
Cloud only
Cloud API key. Required for Cloud requests. Not used on-premises.
format
string
No
Response format. Values: json (default), xml.
callback
string
No
JSONP wrapper function name. Use only with format=json.
short_answer
boolean
No
JSON only. When true, shortens JSON keys to reduce payload size.
See boolean parameters.
See Overview for details.
cmd
string
Yes
user_dictionary
Command name.
action
string
Yes
delete
Action name.
name
string
Yes
Dictionary name to delete.
Deletes the dictionary and its stored wordlist.
This is destructive.
You can’t undo delete.
Returns an empty wordlist.
See Response format.
Common errors:
Dictionary name is missing, invalid, or longer than 50 characters.
See Errors reference.
Was this helpful?
Was this helpful?
{
"cmd": "user_dictionary",
"action": "delete",
"name": "my_dict"
}{
"name": "my_dict",
"action": "delete",
"wordlist": [],
"modificationTime": 0
}
