Tasks

Delete Task

Soft deletes a task and all its versions. The task will no longer be accessible but the data is preserved for potential recovery.

delete/v1/task/{taskId}

Path parameters

taskIdstring uuid required

The ID of the task to delete

Response

Task deleted successfully

Changes