User Role MSSQL Tutorial

To revoke permission means to remove the current set of permissions  for an object and user or role.
This could have the effect of removing an explicit GRANT or DENY, if either exists.
30> REVOKE INSERT ON Product TO Paul
31> REVOKE EXEC ON spDeletePurchaseEmployee TO Paul
32>