Unlink a manuscript page from a shelf instance.
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| shelfID | true | N/A | shelf id of the shelf instance | 146789 |
| docID | true | N/A | manuscript id for page(s) to unlink; if not passed, all pages of every document will be unlinked from this shelf instance | 10046 |
| pageID | false | page id to unlink from the shelf instance; can repeat parameter or separate multiple pageIDs by | | 10|20|30 | |
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
| {shelfID} may not be null | -4 |
| {docID} may not be null | -4 |
| Must be logged in. | -5 |