_stockDelete
Parameters
user_id
id
Example
FM_api('User_stockDelete', ['user_id' => '123', 'id' => '567123']);Result
On Success
{'ok':1}Last updated
Remove the specified stock from the specified User.
The ID of the User.
The ID of the stock to delete.
FM_api('User_stockDelete', ['user_id' => '123', 'id' => '567123']);{'ok':1}Last updated