indexeddb_delete
Delete an IndexedDB database by name for the current origin. Use to clear client-side storage and reset local data.
Instructions
Delete an IndexedDB database by name (scoped to current origin).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_name | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |