boolean IPS_DeleteVariableProfile (string $ProfileName)
ProfileName | Name of profile |
If the command succeeds, it returns TRUE, otherwise FALSE.
The command deletes an existing variable profile with the name ProfileName.
//Deleting the profile switch
IPS_DeleteVariableProfile("Switch");