delete_charge_item

Deletes the custom charge item from Chargeback.

Format

emcli delete_charge_item  
        -target_type="target_type"
        -item_name="item_name"

Options

  • target_type

    Target type associated with the custom charge item.

  • item_name

    Name of the custom charge item to be deleted.

Examples

Example 1

This example deletes a custom charge item named total_proc associated with the host target type:

emcli delete_charge_item
        -target_type="host"
        -item_name="total_proc" 

Example 2

This example deletes a custom charge item named custom_config associated with the Oracle Database target type:

emcli delete_charge_item
        -target_type="oracle_database"
        -item_name="custom_config"