Documentation
IPS_DeleteLink
Require: IP-Symcon >= 2.1
boolean IPS_DeleteLink (int $LinkID)
Parameters
LinkID | ID of the link to be deleted |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
The command deletes the existing link with the ID LinkID.
The link can only be deleted if it has no child objects.
Example
//Delete the Link 47788
IPS_DeleteLink(47788);