DeleteObjectsRequest Data Type

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

Example

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