How to delete a task in Elasticsearch v7.14

So @Tim_Estes

All that said IF you still want to delete that task document (which is probably not necessary)

Execute the following in Kibana Dev Tools

This is simply a document DELETE see here
DELETE .tasks/task/_doc/<yourtaskid> .