Delete a task

DELETE {{baseUrl}}/tasks/:id

Marks a task as deleted. If the task has subtasks then those will also be deleted.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":{"id":1},"additional_data":null}