Supprimer une propriété de HTML par JS

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