The URL string from which to remove query parameters.
The names of the query parameters to remove. Accepts one or more parameter names.
The URL string with the specified query parameters removed. If no parameter names are provided, returns the original URL.
encodeURIComponent
.
Removes one or more specified query parameters from a given URL.