Delete dictionary (delete)
Permanently delete one or more dictionaries.
Deletes one or more dictionaries.
This operation is irreversible.
What it does
Deletes dictionaries by
id.Accepts one
idor a comma-separated list.
Delete is permanent. There is no undo.
Required parameters
Parameter
Type
Notes
cmd
string
custom_dictionary
action
string
delete
id
integer or comma-separated integers
Example: 101565 or 101565,101566
Optional parameters
Parameter
Type
Notes
format
string
json (default) or xml
callback
string
JSONP wrapper (JSON only)
Request example
cmd=custom_dictionary&action=delete&id=101565,101566Response example
Possible errors
Missing
id.Dictionary
idnot found.
See Errors reference.
Notes and edge cases
Duplicate IDs are ignored.
Use
getdictsbefore delete to confirm IDs and descriptions.
Last updated
Was this helpful?

