# deRegisterAsCorrectionDataSource

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

Removes the application as a correction data provider. Once removed as a correction
        data provider, the application can no longer request precise location updates.

deRegisterAsCorrectionDataSource()Copy to clipboard

## Parameters

| **Parameter** | **API type** | **Data type** | **Description** |
| --- | --- | --- | --- |
| ret | Native | pp\_edgnss\_LocationStatus& | On success this is the actual return value from the API.<br><br><br>                                    <br>See LocationStatus. |

## Returns

| Return | API type | Data type | Description |
| --- | --- | --- | --- |
| response | Java | LocationStatus | Location status |
| Native | qesdk\_transaction\_status | See QESDK transaction status for Native APIs 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:** eDGNSS subsystem APIs

Last Published: Nov 14, 2024

Previous Topic
 
registerAsCorrectionDataSource Next Topic

injectCorrectionData