v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTasks > TaskFile
Deletes a Task file
Deletes a Task file
delete/api/2026-07-01/resources/tasks/task_files/{id}
Path parameters
idstring required
identifier of the file
Response
OK
Example response
{
"id": "1",
"task_id": "1",
"filename": "expenses.png",
"content_type": "image/png",
"path": "/tasks/tasks_files/405",
"created_at": "2024-10-06"
}