# \_delete

Delete a Supplier record.

### Parameters

#### id

The ID of the Supplier to be deleted.

### Example

```
FM_api('Supplier_delete', ['id' => '10']);
```

### Result

#### On Success

```
{"ok":1}
```
