Deletes the Session object you explicitly created with the Build method, when you do not need it anymore.
Perl
CQSession::Unbuild($SessionObj);
use CQPerlExt; my $sessionObj = CQSession::Build(); CQSession::Unbuild($sessionObj);