_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}
Last updated