pilot

unbindAppInstance() {#uctp-get-started-unbind-app}
==================================================

This method unbinds a device identity (an application instance) from an SRC profile.

JavaScript Example
------------------

```
await vsdk.unbindAppInstance();
```

Syntax
------

Your unbindAppInstance() request must have this syntax:

```
unbindAppInstance()
```

