Removes a publication
DELETE {{baseUrl}}/publications/:id?embed=pageLinks&startPage=84531674&maxPages=84531674
Removes a specific Publication
resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
embed | string | For paginated artifacts, embed links to the content for individual pages in the corresponding descriptors. The only value for embed supported by the service is 'pageLinks' | |
startPage | number | Sets the starting page index to provide with embedded page links when the embed=pageLinks query parameter is provided. Page indexes start at 0. If not specified, the default is '0'. | |
maxPages | number | Sets the maximum number of embedded page links to provide when the embed=pageLinks query parameter is used. If not specified, all page links will be embedded. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |