curl --request DELETE \
--url https://platform.kodexa.ai/api/tasks/{id} \
--header 'x-api-key: <api-key>'Permanently deletes the specified Task. Tasks represent units of work in document review workflows, with assignees, statuses, and due dates.
curl --request DELETE \
--url https://platform.kodexa.ai/api/tasks/{id} \
--header 'x-api-key: <api-key>'