DestroyChild method
Overview
Removes a child object.
Information noteIt is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.
Information noteRemoving a linked object, invalidate the linking object.
Parameters
Name | Description | Type |
---|---|---|
qid |
Identifier of the child to remove. This parameter is mandatory. |
String |
qPropForThis |
This parameter is optional. Identifier of the parent's object and property to update. Should be set to update the properties of the parent's object at the same time the child is created. |
Null or GenericObjectProperties
|
Outputs
The following is returned in the output:
"result": {
"qSuccess": <true or false>
}
Information noteThe operation is successful if qSuccess is set to true.
Learn more
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!