|
publication.unlink
|
| |
|
description
Remove a publication link.
User must have the remove privilege (policy delete)
on the publication list (parameter publication-list-name).
privilege-required
anyone
tx-support
true
|
| |
|
INSTRUCTION
|
|
name
|
type
|
default-value
|
required
|
description
|
| id |
integer |
none |
true |
Publication id to unlink. |
| publication-list-name |
string |
none |
true |
Publication list name. |
| site-id |
integer |
none |
false |
Site id of the selected publication list. |
|
| |
|
ERROR
|
|
|
id
|
msg
|
| 1 |
Insufficient privilege level to publish |
| 2 |
Publish type name unvalid |
|
| |
|
EXAMPLE
|
|
|
example 1
|
<nvd:command name="publication.unlink" publication-list-name="sub-publication-list" id="7557"/>
|
|