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.
Tasks used by an active TaskAgent share cannot be deleted until that
TaskAgent share is revoked.
**Note**: You must have edit permission on the task to delete it.
Authentication
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
OR
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
task_id
The specific Task to reference.
Response
Task deleted successfully
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error