Removes a file from the user profile.
public void profile_removeFile( String accessToken, long principalId, String fileName );
The profile_removeFile operation removes a file from a user profile.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier for the principal (by default, a user) from which you want to remove a file.
By default, only user profiles contain files. However, it is possible for site administrators to customize groups by using the designer tools in the UI.
A string containing the name of the file you want to remove.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)