Delete nodes/edges

Delete nodes and edges in a transaction. Limited to 1000 nodes/edges at a time.

When a node is selected for deletion, all connected incoming and outgoing edges that point to or from it are also deleted. However, please note that the operation might fail if the node has a high number of edge connections. If this is the case, consider deleting the edges connected to the node before deleting the node itself.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of types, spaces, and external-ids for nodes and edges to delete.

required
Array of objects [ 1 .. 1000 ] items
Responses
200

Nodes or edges that were deleted

400

The response for a failed request.

post/models/instances/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}