Skip to main content
Version: 2.0

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.

Request

Path Parameters

    corpus_key CorpusKeyrequired

    Possible values: <= 50 characters, Value must match regular expression [a-zA-Z0-9_\=\-]+$

    The unique key identifying the corpus to reset.

Responses

Successfully reset a corpus.

Loading...