Tasks (Legacy)

Delete Task (Legacy)

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

If you are using the new Task Builder, see the Tasks V2 endpoints in this API reference.

delete/v1/task/{taskId}

Path parameters

taskIdstring uuid required

The ID of the task to delete

Response

Task deleted successfully

Changes