Unposting documents
Only a document in posted state can be unposted.
Unposting a document is done by POST
.
Example
POST /api/document/{docRef}/unpost
A response of 204 No Content
means the document has been unposted.
Puts the document back to a draft state.