_delete
Delete an Account.
Parameters
id
The ID of the Account to be deleted.
Example
FM_api('Account_delete', ['id' => '10']);
Result
On Success
On Failure
If id is not supplied:
Last updated
Delete an Account.
The ID of the Account to be deleted.
FM_api('Account_delete', ['id' => '10']);
If id is not supplied:
Last updated