Removes an existing display profile object from the display profile.
psadmin remove-dp --name name --parent parent --type type --adminuser uid --passwordfile password-filename --dn dn --portalid portal-ID [ --verbose] [--global] [--dry-run]
psadmin remove-dp -n name -P parent -t type -u uid -f password-filename -d dn -p portal-ID [-v] [-g] [-r]
The following options are required:
Specifies the administrator's distinguished name.
Distinguished name of the target node. This is mutually exclusive to -g option.
Name of the target display object.
Specifies the administrator's password in the password file.
Specifies the portal ID; if this is not supplied, the default is used.
Type of the display object: root,channel,provider,property,available,selected .
The following options are optional:
Attempt to execute command without writing out to LDAP. Default is false.
Global display profile. Default is false. This is mutually exclusive to -d option.
Name of the parent display object. If not specified , the object gets removed from the root.
Removes display profile verbosely.