# qesdk\_deinit Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/native_deinit.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_deinit.html) Terminates the QESDK connection that is initiated by the application. The QESDK connection is terminated either upon application exit or by explicitly invoking the qesdk\_deinit function. Any registered API callbacks through the QESDK framework are cancelled. qesdk_error_t qesdk_deinit()Copy to clipboard ## Parameters | Parameter | Data type | Description | | --- | --- | --- | | qesdk\_handle | qesdk\_handle\_t | QESDK service handle. | ## Returns | Return | Description | | --- | --- | | qesdk\_error\_t |