URLSearchParams.delete()
The delete()
method of the URLSearchParams
interface deletes the given search parameter and all its associated values, from the
list of all search parameters.
Syntax
Parameters
name
- : The name of the parameter to be deleted.
Return value
None undefined
.