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