Delete a specified Task.
The ID of the Task to delete.
FM_api('Task_get', ['id' => '1']);
{'ok':1}
If the user is not logged in: {'error':'not logged in'}
If the Task does not exist: {'error':'no such task'}
Last updated 3 years ago