Delete a task

Delete a task !== Complete a task

delete(id)

const myClient // an authorized client instance
myClient.task.delete(123456789) // The task is deleted

Last updated