Use the SQL REVOKE statement to remove privileges:
REVOKE UPDATE ON ORDER__BACKLOG FROM JONES
Use the PUBLIC keyword to revoke privileges from all QMF users.
DB2 privileges have a cascading structure; privileges revoked from a user are automatically revoked from any additional users to whom that user granted them.