Allows you to delete a specified Inventory Item from your Account.
h2. Request
|| Field Name \\ || Data Type || Description ||
| {color:#ff0000}*\**{color} accountID | string \\ | A unique identifier representing the ChannelAdvisor account you wish to access. |
| {color:#ff0000}*\**{color} sku | string | Unique identifier for an inventory item. |
| accountID {color:#ff0000}*\**{color} | string \\ | A unique identifier representing the ChannelAdvisor account you wish to access. |
| sku {color:#ff0000}*\**{color} | string | Unique identifier for an inventory item. |
h2. Response
|| Field Name \\ || Data Type || Description ||
| DeleteInventoryItemResult | [APIResult]<boolean> \\ | If the *Status* property of the return object is set to _Success_, then the *ResultData* property will be set to _True_ of the specified Sku was able to be deleted and _False_ otherwise. |
h2. Notes
* {color:#ff0000}*\**{color} {color:#000000}Indicates a REQUIRED Field ... Fields that are NOT required may be set to a null value or left out of a manually built SOAP packet{color}