RemoveUserProfile

The RemoveUserProfile command action is used to delete a predefined TIBCO MFT Command Center server credential definition.

No command line actions are provided to remove definitions from banks.

To use this command, TIBCO MFT Command Center will search for a match on the GroupId or UserId parameter and the Server parameter. If a match is not found, the request will fail.

To use the RemoveUserProfile action command, you must have UpdateServerCredentialRight. For more information on this right, see AddUserToRole.

Parameter Description Default Required
GroupId Specifies the 1 to 64 character TIBCO MFT Command Center group ID.

This parameter is exclusive with the GroupId parameter.

For this command, a server credential definition with this group ID and the defined server definition must be on the server credential table; otherwise the request will fail.

None Either the GroupId or UserId parameter must be defined.
NodeName Specifies the 1 to 32 character TIBCO MFT Command Center server name that has been defined in the server database.

This parameter defines the target Platform Server definition for a file transfer.

For this command, a server credential definition with this group ID and the defined server definition must be on the server credential table; otherwise the request will fail.

None Yes
UserId 1 to 64 character TIBCO MFT Command Center user ID.

This parameter is exclusive with the GroupId parameter.

For this command, a server credential definition with this user ID and the defined server definition must be on the server credential table.

None Either the GroupId or UserId parameter must be defined.

Sample RemoveUserProfile Command

This command deletes the server credential for the user mftuser1 and the NYNode1 node.

java cfcc.CFAdmin a:RemoveUserProfile UserId:mftuser1 NodeName:NYNode1