Revokes access rights from a user. For information about access rights see access rights.
Warning
If accidentally all access rights for all users are gone, you need to recover the default user. See restore access for how to recover from such a situation.
revoke <access> from 'username'
# Revoke drop and create from user "iris"
revoke drop, create from user "iris"
Output:
{"success_msg": "Successfully revoked permissions from ..."}