This version of the API is deprecated.
See text.delete for the current version of this method.corpus.deleteArticle
Delete an existing article.
Request Parameters
| Corpus ID | int (required) |
The corpusId where the article is stored.
| Article ID | int (required) |
Article to be deleted.
Response Parameters
| None | Boolean |
True if it was a success else trows an error code.
Code Examples
JSON
{"id":0,"result":"true"]}