# removePassiveNetworkLocationUpdates

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

Removes the passive network location request.

                removePassiveNetworkLocationUpdates()Copy to clipboard

## Parameters

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

## Returns

| **Return** | **API Type** | **DataType** | **Description** |
| --- | --- | --- | --- |
| response | Java | LocationStatus | <br>                                    [LocationStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_location_status.html)<br> |
| 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:** [GTP subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/gtp_subsystem_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
requestPassiveNetworkLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/request_passive_network_location_updates.md) [Next Topic
setUserConsent](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/set_user_consent.md)