Delete Cable
netbox_delete_cableDelete a cable by its numeric ID from NetBox. This action is destructive and irreversible, and will cascade delete dependent objects.
Instructions
Delete a cable 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 cable to delete. |