Delete Console_port_template
netbox_delete_console_port_templateDelete a console port template from NetBox by its numeric ID. Irreversible cascading deletion removes all dependent objects.
Instructions
Delete a console_port_template 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 console_port_template to delete. |