Roles can be removed from users. This can only be done by an admin user.
Auth
Browse Users
POST auth.<cluster-name>.hasura-app.io/admin/user/remove-role HTTP/1.1 Content-Type: application/json { "role" : "merchant", "hasura_id": 2 }