Billing for databricks DBUs starts when Spark Context becomes available. Billing for the cloud provider starts when the request for compute is received and the VMs are starting up.
You cant delete data from a view, but you can create or replace temp view with the same name with the data you want deleted filtered out. For example, if you have a view myview, that you want to delete the record with id=2, do the following: CREATE ...