Exclua uma propriedade do HTML por JS

document
      .getElementById("your_idname")
      .removeAttribute("example_name_attribute");
Zarden