Use this function to delete an SQL statement that you have created by using the cniSqlCreateStatement utility function, as defined by the sqlExpression parameter.
void cniSqlDeleteStatement(
int* returnCode,
CciSqlExpression* sqlExpression);
None. If an error occurs, the returnCode parameter indicates the reason for the error.