Function
delete
Deletes all data associated with the session. After deleting, the session is invalid and cannot be used.
delete: func() -> result<_, session-error>;Deletes all data associated with the session. After deleting, the session is invalid and cannot be used.
delete: func() -> result<_, session-error>;