DeleteObjectsRequest Data Type

Properties
name data type description
classId number
id number
excludedObjects array of HdcObjectTO
systemGuid string
objectId number

Example

{
  "classId" : 12345,
  "id" : 12345,
  "excludedObjects" : [ { }, { } ],
  "systemGuid" : "...",
  "objectId" : 12345
}