Delete a corpus and all its data
DELETE/v2/corpora/:corpus_key
Permanently deletes a corpus and all its associated data. The corpus_key uniquely identifies the corpus.
On successful completion, the space quota consumed by the corpus is freed. The corpus is no longer usable for indexing or querying.
note
The corpus_key assigned to the corpus is released and can be reused.
Request
Responses
- 204
- 403
- 404
Successfully deleted a corpus.
Permissions do not allow deleting the corpus.
Corpus not found.