Removes all the files in the modules/formulize/queue folder that are part of the specified queue.
$queue_handle - a string used to identify the queue
Returns true (!).
$queueHandler = xoops_getModuleHandler('queue', 'formulize');
$queueHandler->delete('my-queue');