osirAppDelete
Stage deletion of an Osir app. DESTRUCTIVE and irreversible — removes its microVM, image, route, and data. Required: appId (string). Returns an actionId; present the summary to the user, then call executeConfirmedAction with the actionId if they approve. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. |