// Create action.
com.google.api.ads.dfp.axis.v201302.DeleteUserTeamAssociations action =
new com.google.api.ads.dfp.axis.v201302.DeleteUserTeamAssociations();
// Perform action.
UpdateResult result = userTeamAssociationService.performUserTeamAssociationAction(
action, statementBuilder.toStatement());
if (result != null && result.getNumChanges() > 0) {
System.out.printf("Number of user team associations deleted: %d\n",
result.getNumChanges());