# \_delete

Delete a Stock Catergory.

### Parameters

#### id

The ID of the Stock Category to delete.

### Example

```
FM_api('StockCategory_delete', ['id' => '3']);
```

### Result

#### On Success

```
{"ok":1,"pid":"0"}
```
