> For the complete documentation index, see [llms.txt](https://docs.vida.id/identity-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vida.id/identity-stack/verify/kyc-web-sdk/customization/releasing-sdk.md).

# Releasing SDK

After the Web SDK flow is completed, to release the SDK fully from the DOM, use `destroy()` method

```json
VidaSDK.destroy()
```
