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