Skip to main content
Version: 2.0

Delete a document

DELETE 

/v2/corpora/:corpus_key/documents/:document_id

Delete a document

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 with the document to delete.

    document_id stringrequired

    The Document ID of the document to delete. The document_id must be percent encoded.

Responses

Successfully deleted the document.

Loading...