The removeProfileParameter native AI script function is used to remove a profile parameter from the current group.
()removeProfileParameter(parameterName: s) // removeProfileParameter_s_
()removeProfileParameter("running");
This example code removes the parameter named "running" or "running:<*>" from the current group.