v3

latestOpenAPI 3.0.02026-08-081996601.2 MB
Corpora

Delete a corpus and all its data

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. :::

delete/v2/corpora/{corpus_key}

Path parameters

corpus_keystring required

A user-provided key for a corpus.

Example:my-corpus

The unique key identifying the corpus to delete.

Headers

Request-Timeoutinteger

The platform makes a best effort to complete the request in the specified seconds, or it times out.

Request-Timeout-Millisinteger

The platform makes a best effort to complete the request in the specified milliseconds, or it times out.

Response

Successfully deleted a corpus.