Document abandon

Abandon a document in Basecone.

Documents can only be abandoned when they are not in a final state or not being processed by the Basecone system.

POST documents/:documentId/abandon

Request details

The post request will contain all the required information to abandon the intended document, identified by the documentId.

Request properties

Property Type Description Optional
reason string Descriptive reason for abandoning the document. No

Example request

{
  "reason":"Document was duplicate"
}

Response

Upon successful abandonment of a document a 200 status code will be returned, otherwise an error message with failure details