getRemoveSessionAction
Get the action to remove a session from the smart sessions validator.
Usage
const action = await getRemoveSessionAction({
  permissionId: '0x1234...',
})Parameters
permissionId
- Type: Hex(opens in a new tab)
The permission ID of the session to remove.
Returns
action
- Type: Promise<Action>
The action to remove a session from the smart sessions validator.