5.8.4.2 Parameters

Table 28 defines the parameters for the Service.

Table 28 – DeleteNodes Service Parameters
NameTypeDescription
Request

requestHeader

Request HeaderCommon request parameters (see 7.32 for RequestHeader definition).

nodesToDelete []

DeleteNodes ItemList of Nodes to delete. This structure is defined in-line with the following indented items.

nodeId

NodeId NodeId of the Node to delete.

deleteTargetReferences

Boolean

A Boolean parameter with the following values:

TRUE delete References in TargetNodes that Reference the Node to delete.

FALSE delete only the References for which the Node to delete is the source.

The Server cannot guarantee that it is able to delete all References from TargetNodes if this parameter is TRUE.

Response

responseHeader

Response HeaderCommon response parameters (see 7.33 for ResponseHeader definition).

results []

StatusCodeList of StatusCodes for the Nodes to delete (see 7.38 for StatusCode definition). The size and order of the list matches the size and order of the list of the nodesToDelete request parameter.

diagnosticInfos []

Diagnostic InfoList of diagnostic information for the Nodes to delete (see 7.12 for DiagnosticInfo definition). The size and order of the list matches the size and order of the nodesToDelete request parameter. This list is empty if diagnostics information was not requested in the request header or if no diagnostic information was encountered in processing of the request.