HowTo Get Rid of my Publish Page Layout

Question: How can I get rid of the formatting I have set for EE2.x?

Answer: You’ll need to manually truncate the exp_layout_publish table.

Use the following snippet in either EE or using PHPMyAdmin:

TRUNCATE  `exp_layout_publish

Tell-a-Friend