Delete Task

Delete a task and all its associated data. This operation will permanently remove: - The task configuration - All task runs and their outputs - Associated documents and files - Task history and analytics The deletion is irreversible. Ensure you have exported any important data before deletion. **Note**: You must have edit permission on the task to delete it.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.
task_idstringRequiredformat: "uuid"
The specific Task to reference.

Response

Successful Response

Errors