delete_task
Delete a task from Planview Portfolios, automatically removing all its child tasks. Provide a valid task key to permanently remove the task.
Instructions
[LOCAL — write operation via SOAP. Beta MCP cannot delete tasks.]
Delete a task using SOAP TaskService.
Deletes a task from Planview Portfolios using the SOAP API. Note: Deleting a task will also delete all its child tasks.
Args: task_key: Task key URI in key://, search://, or ekey:// format
Returns: Dict with deletion status
Raises: PlanviewValidationError: If task_key is invalid PlanviewNotFoundError: If task is not found PlanviewAuthError: If authentication fails PlanviewError: For other errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_key | Yes |