Difference between revisions of "NXSL:DeleteObject"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Delete object. '''Since:''' 1.2.8 == Syntax == DeleteObject(''object''); == Parameters == :{| |- | ''object'' || NetXMS object to be deleted. Can be NXSL class...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Delete object.
Delete object.



Latest revision as of 18:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Delete object.

Since: 1.2.8

Syntax

DeleteObject(object);


Parameters

object NetXMS object to be deleted. Can be NXSL class NetObj, Node, or Interface. Reference to object can be obtained using FindObject function.


Return Value

None.