Eliminar una propiedad de html por js

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