Remove all documents and data in a corpus
POST/v2/corpora/:corpus_key/reset
Resets a corpus, which removes all documents and data from the specified corpus,
while keeping the corpus itself. The corpus_key
uniquely identifies the corpus.
For more information, see Corpus Key Definition.
Request
Responses
- 204
- 403
- 404
Successfully reset a corpus.
Permissions do not allow resetting the corpus.
Corpus not found.