Remove an edge between two resources. Used in the admin.
The edge is selected with either:
For instance:
{% button
text="Remove"
class="btn"
action={
unlink
subject_id=id
predicate="contains"
object_id=other_id
action={
reload
}
}
%}
Other arguments:
After update, an undo message is rendered in the undo_message_id target, with the template _action_unlink_undo.tpl.
See also