• Removes a parameter from a URL.

    Parameters

    • param: string
    • url: string

      The URL from which to remove the parameter (default is window.location).

    Returns string

    Example

    ix.api.url.deleteParamFromUrl("rq_AppGuid", window.location.href);