Disable direct access to table APIs, allow only RPC functions
The user wants to restrict direct access to certain tables, allowing access only through RPC functions while keeping Row Level Security (RLS) enabled. They attempted to use REVOKE ALL, but it disabled RLS, breaking their permission logic. They seek a solution to block direct table access while maintaining RLS and allowing RPC access.