Delete a document
DELETE/v2/corpora/:corpus_key/documents/:document_id
Permanently delete a document identified by its unique document_id
from a specific
corpus. This operation cannot be undone, so use it with caution.
Request
Responses
- 204
- 403
- 404
Successfully deleted the document.
Permissions do not allow deleting a document in the corpus.
Corpus or document not found.