DeleteObjectsRequest Data Type

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

Example

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