Delete dictionary (delete)
Permanently delete one or more dictionaries.
Last updated
Was this helpful?
Permanently delete one or more dictionaries.
Deletes one or more dictionaries.
This operation is irreversible.
Deletes dictionaries by id.
Accepts one id or a comma-separated list.
Delete is permanent. There is no undo.
cmd
string
custom_dictionary
action
string
delete
id
integer or comma-separated integers
Example: 101565 or 101565,101566
format
string
json (default) or xml
callback
string
JSONP wrapper (JSON only)
cmd=custom_dictionary&action=delete&id=101565,101566Missing id.
Dictionary id not found.
See Errors reference.
Duplicate IDs are ignored.
Use getdicts before delete to confirm IDs and descriptions.
Last updated
Was this helpful?
Was this helpful?
{
"result": [
{
"id": 101565,
"description": "Engineering terms",
"status": "success",
"message": ["Dictionary deleted."]
}
]
}
