Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Delete Task

Permanently delete a task.
path idstringrequired
Task ID.
Request example
curl -X DELETE "https://api.v2.dealmachine.com/v1/tasks/task_001" \ -H "Authorization: Bearer dm_sk_live_xxx"
Response example
{ "data": { "deleted": true } }