delete
client.tasks.delete(taskId: string): Promise<void>
Permanently deletes a task from the system.
Removes the specified task and all its associated data. If the task has child tasks, they may be affected depending on system configuration. This operation cannot be undone.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
taskId | string | Yes | The unique identifier of the task to delete |