# model.deleteInput

Delete line from specified Input of curently selected model.

## Syntax

model.deleteFlightModes( inputID, lineID )

## Parameters

<table><thead><tr><th width="157.33333333333331">Name</th><th width="124">Type</th><th width="64" data-type="checkbox">Req</th><th>Description</th></tr></thead><tbody><tr><td><strong>inputID</strong></td><td>number</td><td>true</td><td>input ID number. Zero based. Use 0 for Input 1, 7 for Input 8 etc.</td></tr><tr><td><strong>lineID</strong></td><td>number</td><td>true</td><td>line ID number. Zero based. Use 0 for line 1, 1 for line 2 etc.</td></tr></tbody></table>

## Return values

none

## API Status

<table><thead><tr><th width="161"></th><th width="72" data-type="checkbox">Avail</th><th width="145">Status<select><option value="93c8b010d44e45efaec5c0c14d3992ac" label="active" color="blue"></option><option value="7e7074d1164048e3b0b24a02b4300f6c" label="to be depreciated" color="blue"></option></select></th><th>Comment</th></tr></thead><tbody><tr><td>BW radios</td><td>true</td><td><span data-option="93c8b010d44e45efaec5c0c14d3992ac">active</span></td><td></td></tr><tr><td>Color radios</td><td>true</td><td><span data-option="93c8b010d44e45efaec5c0c14d3992ac">active</span></td><td></td></tr></tbody></table>

## Change log

<table><thead><tr><th width="177">EdgeTX version</th><th>Change</th></tr></thead><tbody><tr><td>2.4.0</td><td>Introduced</td></tr></tbody></table>

## Examples

Example description

```lua
-- sample script
```
