MySQL Delete with a LEFT JOIN

DELETE EventLog.* FROM EventLog e LEFT JOIN CustInfo c USING (CustID) WHERE c.CustID IS NULL;