DeleteObjectsRequest Data Type

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

Example

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