delete_project
Delete a project and all its associated data from Planview Portfolios using its ID. This destructive action removes the project, tasks, and financial plans permanently.
Instructions
[LOCAL — write operation. Beta MCP is read-only and cannot delete projects. WARNING: destructive operation, deletes project and all child data.]
Delete a project by ID.
Deletes a project from Planview Portfolios using the REST API. WARNING: This is destructive and will delete the project and all its child tasks, financial plans, and other associated data.
Args: project_id: The structureCode/ID of the project to delete.
Returns: Dict with deletion status.
Raises: PlanviewNotFoundError: If the project doesn't exist. PlanviewAuthError: If authentication fails. PlanviewError: For other errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The structureCode/ID of the project to delete. |