# \_delete

Delete a Purchase order.

### Parameteres

\###id ID of the purchase order which will be deleted.

### Example

```
FM_api('PurchaseOrder_delete', ['id' => '1'])
```

### Result

#### On Success

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