Delete an event from a named window when an event occurs.
Syntax:
on eventType [(filterCondition)] [as name]
delete from windowName [as name]
[where conditionExpression]
This syntax deletes events in the named window specified at windowName when an event of eventType occurs. If a WHERE clause conditionExpression is specified, only events that match that condition are targeted.