housecallpro_decline_estimate
Decline one or more options on a contractor's estimate to indicate you're not proceeding. Requires confirm:true; without it, returns a dry-run preview and makes no network call.
Instructions
Decline one or more options on an estimate. Requires confirm:true — without it this returns a dry-run preview and makes no network call. Declining tells the contractor you are not proceeding; it cannot be undone from here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | The Housecall Pro link your contractor sent you — paste it directly (pro.housecallpro.com/mobile_estimate/… or /mobile_invoice/…, or a client.housecallpro.com/estimates/… or /invoices/… URL), or the retrieval token from the end of it. Alternatively the label of a link configured in HOUSECALLPRO_LINKS. Omit only when exactly one link is configured. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| option_ids | Yes | Estimate option ids to decline, from `options[].id` (e.g. `est_…`). |