We’ve migrated our documentation to a new site, which means some URLs have changed.
Audience

/processing/dictionary/delete

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

dictionaryId

String

Yes

The identifier of the dictionary to delete.

Response

The response object has the following fields:

Name

Type

Description

dictionaryId

String

The identifier of the newly deleted dictionary.

name

String

The name of the newly deleted dictionary.

Examples

Bash
$ cx.py /processing/dictionary/delete '{"dictionaryId":"9223299593928824873"}'
{
 "dictionaryId": "9223299593928824873",
 "name": "My dictionary"
}

Last updated: