CLI Reference > Configuration Management Commands > si deletelabel
  
si deletelabel
removes a label from a member
Synopsis
si deletelabel [(-L label|--label=label)] [--filter=filteroptions] [(-P project|--project=project)] [--[no]failOnAmbiguousProject] [(-S sandbox|--sandbox=sandbox)] [--devpath=path] [--projectRevision=rev] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-F file|--selectionFile=file)] [-R|--[no|confirm]recurse] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] member...
Description
si deletelabel removes a label from one or more members. For example,
si deletelabel --label="GA Release" c:/Documentation/Man_Pages/xml_man/si_add.1.xml
If you do not specify any members, the si deletelabel command applies to all project members with associated archives, deleting the label from whatever revision the label happens to exist on in the archive. Please note the --projectRevision option is not used for identifying the revision to delete labels from.
Options
This command takes the universal options available to all si commands, as well as some general options. See the options reference page for descriptions.
-L label
--label=label
identifies a label. Labels cannot contain colons(:), square brackets ([ ]), or leading spaces. Additionally, they cannot have the same format as a valid revision number.
* 
Labels that include spaces must be enclosed by quotes
member...
identifies a specific member; use spaces to specify more than one member.
Diagnostics
See the diagnostics reference page for possible exit status values.
Preferences
Using si setprefs or si viewprefs, you are able to set or view the preference keys for this command.
See Also
Commands: si addlabel, si addprojectlabel, si deleteprojectlabel, si viewlabels
Miscellaneous: ACL, diagnostics, options, preferences