v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Nodes

Remove relationships between a Node and linked Registrations

Remove specified linked registrations from the node.

Permissions - The authenticated user must have write permissions on the node.

Request Body - A data array containing the registration resource identifier objects to be removed.

Returns - An empty response indicating successful deletion.

delete/nodes/{node_id}/relationships/linked_registrations/

Path parameters

node_idstring required

The unique identifier of the node.

Request body

Example request

{
  "data": [
    {
      "type": "registrations",
      "id": "abc123"
    }
  ]
}

Response

Successfully removed linked registrations from the node. No content returned.