Remove a user from a file (do not allow them to access the file with their access token) by using removeUserFromFile(url, userId). Do not pass the signed URL to this function.
constsuccess=awaitremoveUserFromFile(url, uid)
The user now cannot access the file unless it is explicitly signed by you.