Global Options ?? Delete per Category ??

Is there an easy way to delete all the product options for just one category.??

I know how to add options to all the products in one entire category but how do I delete them… Category has hundreds of products, not feasible to delete them one by one… Thanks in advance…

Not through the admin that I’m aware of. But you can do it in the DB by first determining the option_id of the option you want to delete and the category_id of the category. You can then run a query that will find the products in that category and then delete the option_id you’ve identified from that set of products.