Nodes
Remove relationships between a Node and Institutions
Remove specified affiliated institutions from the node.
Permissions - The authenticated user must have admin permissions on the node.
Request Body - A data array containing the institution resource identifier objects to be removed.
Returns - An empty response indicating successful deletion.
delete/nodes/{node_id}/relationships/institutions/
Path parameters
node_idstring required
The unique identifier of the node.
Request body
Example request
{
"data": [
{
"type": "institutions",
"id": "cos"
}
]
}Response
Successfully removed affiliated institutions from the node. No content returned.