Delete a data- Attribute with JavaScript
September 2025
This is how to remove data- attributes from an HTML element via the element's .dataset in JavaScript
HTML
ping
Output
ping
JavaScript
const el = document.;
;
delete el..;
;
// check the console for the output
end of line