tinymce menubar hide

JavaScript
 tinymce.init({
    menubar: false,
    branding: false,
    statusbar: false,
 })
Source

Also in JavaScript: