> 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/user/_stockdelete.md).

# \_stockDelete

Remove the specified stock from the specified User.

### Parameters

#### user\_id

The ID of the User.

#### id

The ID of the stock to delete.

### Example

```
FM_api('User_stockDelete', ['user_id' => '123', 'id' => '567123']);
```

### Result

#### On Success

```
{'ok':1}
```
