Delete Rack_reservation
netbox_delete_rack_reservationRemove a rack reservation from NetBox by its numeric ID. Warning: this destructive action irreversibly deletes the reservation and all dependent objects.
Instructions
Delete a rack_reservation 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 rack_reservation to delete. |