Collections
Remove Nodes From Collection
This removes associated nodes from a collection
Permissions
Any user with write permissions on this collection should be to remove nodes from this collection.
Returns
Nothing in the response body.
delete/collections/{collection_id}/linked_nodes/relationships/
Path parameters
collection_idstring required
A short id for that collection
Request body
object required
Example request
{
"data": [
{
"type": "linked_nodes",
"id": "guid0"
},
{
"type": "linked_nodes",
"id": "newid"
},
{
"type": "linked_nodes",
"id": "test2"
},
{
"type": "linked_nodes",
"id": "guid4"
}
]
}Response
OK