• Removes a query parameter from a URI, if it exists.

    Parameters

    • uri: string | Uri

      The URI to add a parameter to.

    • parameter: string

      The name of the query parameter to remove.

    Returns string