Delete an Account.
The ID of the Account to be deleted.
FM_api('Account_delete', ['id' => '10']);
{"ok":1}
If id is not supplied:
{"error":"missing or invalid parameter: id"}
Last updated 3 years ago