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