REVOKE
REVOKE privilege_type [(field_list)] [,privilege_type [(field_list)]
...] ON {table_name | * | *.* | database_name.*} FROM user_name
[, user_name ...]
Removes previously granted privileges from the specified users. The privilege_type can be one of the privileges listed for GRANT.