If a particular user has been added read access to a table these permissions can be removed using the REVOKE
keyword in SQL:

REVOKE `roles/bigquery.dataViewer`
ON TABLE my_project.a_dataset.some_table
TO 'user-email@gmail.com'
Analytical – Honest – Passionate
If a particular user has been added read access to a table these permissions can be removed using the REVOKE
keyword in SQL:
REVOKE `roles/bigquery.dataViewer`
ON TABLE my_project.a_dataset.some_table
TO 'user-email@gmail.com'