Delete a task
DELETE {{baseUrl}}/tasks/:id
Marks a task as deleted. If the task has subtasks then those will also be deleted.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1},"additional_data":null}