curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/tasks/{task_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}Archives (soft-deletes) a task. The task will have an archived_at timestamp set.
curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/tasks/{task_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}