That is supposed to delete an object. But it does nothing. If I try a print_r, the $content variable has the right bits, but the executed tagQuery is empty. How's that happened?
For reference, I'm trying to delete a message board category. I know it's simple using the GUI, but I'm trying to learn about how the content store works first...