NOTE: This method can be used for Standard projects only.
This method clears the word counts for all documents or a selected list of documents in a given language.
URL
(DELETE) projects/{projectid}/wordcounts/{targetlocale}
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
projectid |
The project id |
Required |
|
targetlocale |
Sets the target language for which to clear word counts |
Required |
|
docids |
Optional: A comma-separated list of documents ids. If set, clear word counts for those specific documents only. Identifies document by document id. Example: "docids=2011,2020,2024" |
Optional |
RESULTS
None.