Delete a document
DELETE/v2/corpora/:corpus_key/documents/:document_id
Permanently deletes a document from a corpus. The unique document_id identifies the document. 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.