Delete Module_bay
netbox_delete_module_bayDelete a module bay by numeric ID, permanently removing it and all cascading dependencies.
Instructions
Delete a module_bay 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 module_bay to delete. |