To log a user out, call the logoutuser action on the telos.login contract.
logoutuser
telos.login
Parameter Name
Type
Example
Description
account_name
name
testaccount1
Name of the Telos account to log out.
cleos push action telos.login logoutuser '{ ... }' -p user
ā