profile_deletePrincipal

Removes a group or user.

Syntax

public void profile_deletePrincipal( String accessToken, long principalId, boolean deleteWorkspace );

Description

The profile_deletePrincipal operation removes a group or user.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

principalId

The identifier of the group or user you want to delete.

deleteWorkspace

When you delete a user, this Boolean value indicates whether Teaming should delete the corresponding user workspace.

return_value

None.

See Also