delete_phase
Remove a specific phase from a project plan using its phase ID. Use this to delete individual work items rather than bulk removal of completed phases.
Instructions
Delete a single phase from a project plan by its phase ID. Use this to remove a specific work item. To bulk-remove completed work, use delete_done_phases instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phaseId | Yes | Phase ID (from list_phases or get_project) | |
| workspaceId | No | Workspace ID. Defaults to your configured workspace. |