Zvini
22:40:01

« Task » delete

task/delete - Deletes an existing task.
Method parameters:
id - The ID of the task to delete.
Returns a JSON document of the following format:
<boolean> - Always true.
Expected errors:
TASK_NOT_FOUND - A task with the ID doesn't exist.