osmo token delete#
Delete an access token for yourself or another user (admin only).
usage: osmo token delete [-h] [--user USER] name
Positional Arguments#
- name#
Name of the token to delete.
Named Arguments#
- --user, -u#
Delete token for a specific user (admin only). By default, deletes token for the current user.
Ex. osmo token delete my-token Ex. osmo token delete old-token –user other-user@example.com