delete_project_estimate_point
Remove an estimate point from a project by specifying the project, estimate, and estimate point IDs. Permanently deletes the point from Plane.
Instructions
Delete a single estimate point.
Args: project_id: UUID of the project estimate_id: UUID of the estimate estimate_point_id: UUID of the estimate point to delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| estimate_id | Yes | ||
| estimate_point_id | Yes |