> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/purchaseorder/_delete.md).

# \_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}
```
