---
page_source: https://docs.juspay.io/upi-inapp/flutter/miscellaneous/terminate
page_title: Terminate SDK
---


## Terminate SDK




###   Call Terminate


This API should be triggered for all operations required from the HyperSDK. This API can be triggered any number of times based on requirements or app flow structure.



#### Code Snippets: -

#### Flutter Code Snippet:

```flutter
void callTerminate() {
      widget.hyperSDK.terminate();
    }
  }
```
