DeleteObjectsRequest Data Type

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

Example

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