# removeNetworkLocationUpdates

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_remove_location_updates.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_remove_location_updates.html)

Stops the ongoing network location session.

removeNetworkLocationUpdates()Copy to clipboard

Note: Currently this API is not required after a request call, since the requested
                session provides only a single position report.

## Parameters

| **Parameter** | **API Type** | **Data Type** | **Description** |
| --- | --- | --- | --- |
| ret | Native | wwan\_standard\_LocationStatus& | On success this is the actual return value from the API.<br><br><br>                                <br>See [Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location.html). |

## Returns

| Return | **API Type** | **Data Type** | **Description** |
| --- | --- | --- | --- |
| response | Java | LocationStatus | Location information; see [Location](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location.html). |
| response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |
|  |  |  |  |

**Parent Topic:** [WWAN standard location subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_subsystem_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
requestNetworkLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/wwan_standard_request_location_updates.md) [Next Topic
requestPassiveNetworkLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/wwan_standard_request_passive_network_location_updates.md)