delete_project_estimate_point
Delete a single estimate point from a project estimate by providing the project, estimate, and estimate point UUIDs.
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 |