Delete Inventory_item_group
netbox_delete_inventory_item_groupDelete an inventory item group from NetBox by its numeric ID. This action is destructive and irreversible, cascading to remove all dependent objects. Confirm the exact object before proceeding.
Instructions
Delete a inventory_item_group from NetBox by numeric id.
DESTRUCTIVE and IRREVERSIBLE. NetBox CASCADES deletes: removing an object also removes everything that depends on it (deleting a device removes its interfaces, power ports, and assigned IPs; deleting a site can remove its racks, devices, and prefixes; deleting a manufacturer removes its device types; and so on). There is no undo. Confirm the exact object — and what will cascade with it — with the user before calling.
Returns a confirmation on success (NetBox replies HTTP 204 No Content).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the inventory_item_group to delete. |