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