arc_remove_storage_item
Delete a specific key from localStorage or sessionStorage in an Arc Browser tab. Provide the key name and optionally specify the storage type and tab index.
Instructions
localStorage/sessionStorageから特定のキーを削除する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | キー名 | |
| storage_type | No | ストレージタイプ | localStorage |
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |