NAME COE_delete_app_data DESCRIPTION This program deletes application data from the User/Profile database. It also removes any profile-application assignments that reference this application and account group. Application data can be deleted on a per application basis or an a per account group basis. Deleting applications on a per application basis will remove all instances of the application defined within the given scope and will remove all profile-to-application assignments that reference the application. Deleting applications on a per account group basis does not affect applications assigned to other account groups. However, all profile-to-application assignments for profiles that belong to the specified account group will be deleted. USEAGE COE_delete_app_data [options] {-a " | -g ""} OPTIONS -h Prints a useage line. -H Prints this man page. -V Prints the version number. PARAMETERS 1. ApplicationLabel - A quoted string containing the applications label. 2. AcctGroup - A quoted string containing the name of the account group whose application is to be deleted. 2. Scope - A character (l for local, g for global, a for all) representing the affected database. OUTPUTS If the -h option is present or if the calling syntax is incorrect, the procedure prints a "useage" statement. If the -H option is present, the procedure prints this man page. If the -V option is present, the procedure prints the version number. Otherwise, there is no output. DIAGNOSTICS The exit status reflects status or error conditions. Exit status is zero if processing is successful. Exit status is non-zero if an error condition occurred during processing. For a description of the error, see COE_get_error_string. DATE LAST UPDATED May 1, 2003