Skip to end of banner
Go to start of banner

Delete Documents

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

If you want to delete a document, send a DELETE request to the document URI. When the document is deleted, all associated resources (extractions, layout) are deleted as well.

Request

Delete the document by sending a DELETE request to the document URI.

Response
Headers

Status Code

Description

204 (No Content)

Operation is successful.

Errors

Status Code

Description

404 (Not Found)

Returned when no document can be found under the specific URI.

  • No labels