Destroy GameObject.FindWithTag

Is there a way to have a script that destroys the tag found in the script if thats clear?

Like

GameObject.FindWithTag (“Goo”);

Destroy (gameObject);

your question is not well worded, and try a google search

GOOGLE: Destroy tag unity ANSWER:

destroy all objects with a certain tag? - Unity Answers

Find gameobjects by tag, and destroy if in the … - Unity Answers

Destroying objects based on the tag. - Unity Answers

Destroy by tag problem - Unity Answers

Can’t Destroy Objects Found by Tag - Unity Community

Destroy gameobject by tag (.js) - Unity Answers

Destroy all objects with tag “enemy”? - Unity Answers

Tagged Clones not destroyed by script - Unity Answers