cURL
curl --request DELETE \ --url http://localhost:3001/api/v1/tasks/{id} \ --cookie nut-session=
{ "success": true, "data": {} }
Delete a task
Session cookie authentication
Task ID
Task deleted