Values.DeletePreparedStatementInputSourceDeletes the prepared statement with the specified name from the specified workgroup.
type nonrec t = {statementName : StatementName.t;The name of the prepared statement to delete.
*)workGroup : WorkGroupName.t;The workgroup to which the statement to be deleted belongs.
*)}