What can we improve?

Documentation

(Edit)

IPS_DeleteVariableProfile

 boolean IPS_DeleteVariableProfile (string $ProfileName) 

Parameters

ProfileName

Name of profile

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

The command deletes an existing variable profile with the name ProfileName.

Example

//Deleting the profile switch
IPS_DeleteVariableProfile("Switch");