Tasks (Legacy)
Delete Task Version (Legacy)
Soft deletes a specific version of a task. The version 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}/{taskVersion}
Path parameters
taskIdstring uuid required
The ID of the task
taskVersionstring required
The version to delete
Response
Task version deleted successfully