I am using TinyMCE editor. I want to remove or destroy tinymce editors (Page contain more then one editor). Also remove classes and IDs added by tinyMCE.
Bu
Just in case anybody arrived here who is using the jQuery version of TinyMce use the following instead to remove an instance:
$("#textarea_id").tinymce().remove();