How can I do by command line in terminal that an administrator should become standard (normal)?

How can I do by command line in terminal that an administrator should become standard (normal)?

You should change the group of that user with following command:
deluser --group [options] group
Man page says:
Remove a user from a specific group
If called with two non-option arguments, deluser will remove a user from a specific group.