Skip to content

iectl iehub product-management delete

Use this command to delete a product from the IE Hub.

iectl iehub product-management delete [flags]

Synopsis

This command deletes a self-owned product from the IE Hub using the specified product ID. Use this command to permanently remove a product from your IEHUB environment.

NOTICE

A product can only be deleted if it does not have any versions associated with it.

Options

  -h,  --help                 help for delete
       --product-id string    unique ID of the product you want to delete [optional] 
                              use --product-id instead of --product-name (in case of multiple products using same name --product-name argument will fail to provide a valid response)
       --product-name string  name of the product to delete [optional]

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iectl iehub product-management delete --product-id "12345-abcde-67890-fghij"

SEE ALSO