Chunkr AI provides methods to delete tasks when they’re no longer needed. Any task that has statusDocumentation Index
Fetch the complete documentation index at: https://docs.chunkr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Succeeded or Failed can be deleted.
You can delete tasks either by their ID or using a task object.
Deleting by Task ID
Use thedelete_task() method when you have the task ID:
Deleting from TaskResponse Object
If you have a task object, you can delete it directly using thedelete() method:
Async Usage
For async applications, remember to useawait: