Hi,
I think the only way you have to delete this record is to work directly with the database.
Do you have access on it?
The call data are stored on the queue_log table. You need to filter out for that particular queue, caller, time and for the verb "ENTERQUEUE". You have to delete the related row.
Hope this helps!
Regards,
Marco Signorini.