delete_from_target_properties_master_list

Deletes a property from the target properties master list.

Format

Standard Mode

emcli delete_from_target_properties_master_list
      -property_name="null"
      -property_value="null"

Interactive or Script Mode

delete_from_target_properties_master_list(
property_name="null"
,property_value="null"
)

[ ] indicates that the parameter is optional. Delete if the verb has no optional parameters

Options

  • property_name

    The name of the property to delete.

  • property_value

    The value of the property to delete.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.