Delete pricing group
projects_delete_pricing_groupPERMANENTLY delete a billing rate group from a project. Team members still assigned to the group are left without a rate, which means they bill at 0 on Time / Time&Material projects, so the tool refuses while the group is in use unless you pass force: true. Requires explicit human confirmation: never fill in confirm/confirmation_phrase on your own initiative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Delete even though members are assigned. Those members end up billing at 0 until they are put on another group. | |
| confirm | No | Must be true. The HUMAN running this agent must set this - not the agent. | |
| pricing_group_id | Yes | ||
| confirmation_phrase | No | The pricing_group_id. The HUMAN must supply this. |