Deletes a specified dictionary.
The user must be authenticated and have write permissions to the associated site group.
Deleting a dictionary is an irreversible operation.
Request
The request object has the following fields:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
|
String |
Yes |
The identifier of the dictionary to delete. |
Response
The response object has the following fields:
|
Name |
Type |
Description |
|---|---|---|
|
|
String |
The identifier of the newly deleted dictionary. |
|
|
String |
The name of the newly deleted dictionary. |
Examples
Bash
$ cx.py /processing/dictionary/delete '{"dictionaryId":"9223299593928824873"}'
{
"dictionaryId": "9223299593928824873",
"name": "My dictionary"
}