Purge Task
task_purgeRemove tasks already marked as deleted from your database permanently. Hard delete for final cleanup. Irreversible data erasure.
Instructions
Permanently and irreversibly remove a deleted task from the database. The task must already have status 'deleted' (use task_delete first). This cannot be undone — the task data is erased. Use task_archive for bulk cleanup of old completed/deleted tasks instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID number (e.g. '1') or UUID. Task must be in 'deleted' status. |