Delete Task Deletes a task based on the ID supplied DELETE v1 / tasks / {id} Try it Authorization Authorization string required Bearer authentication header of the form Bearer <token> where <token> is your auth token. Path Parameters id integer ID of the task to delete