⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "removeSession"
Remove an existing session from smart sessions.
Usage
instance.removeSession(permissionId);Parameters
instance
- Type:
AccountInstance
The instance of the account used for testing.
permissionId
- Type:
PermissionId | bytes32
The id of the session to remove.
Returns
None