Looks like that will only clear the values. I want to delete the rows entirely. Maybe there is a function in Sheets to delete rows without valid values...gears are turning in me head...
In Step 9, I plugged in my global variable names instead of the A, B, and C. to read Body: {"majorDimension":"ROWS","range":"A1:Z1000","values":[["%SECEVENT","%FTIME","%FDATE"]]} instead of Body: {"majorDimension":"ROWS","range":"A1:Z1000","values":[["A","B","C"]]}. Once I saw that work, I just ran with that. Now my "Security Log" spreadsheet shows my "Security Events" with time and date stamps in the spreadsheet. This works so much faster than using the plugin "Tasker spreadsheet plugin". It took a while to setup and test, but having it native in Tasker was worth it. One less app to have installed.
Since I anticipate having more than 1000 lines populated between "cleanings", I made the range A1:Z100000. This is why I considered the automated function of deleting lines, in case I did not manually delete the older stuff. It does take a few moments to load the sheet when there are several thousand rows. I don't see me looking at more than the last few days, which would be a few hundred lines.