alter user scott quota unlimited on data_tablespace

If I give scott unlimited quota on data_tablespace and I want to revoke that priveledge,
Is that possible? If so, what's the syntax to do that?