Function removeShortUrl

  • Remove a short URL from the database

    Parameters

    • id: string

      ID of the short URL

    • query_params: Record<string, any> = {}

      Query parameters to add to the request URL

    Returns Observable<HashMap<any>>