cancel_job
Cancel one of the authenticated customer's upcoming jobs. Call lookup_scheduled_jobs first to get the job ID. Get explicit customer confirmation before setting confirmed to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job ID obtained from lookup_scheduled_jobs. | |
| confirmed | Yes | Must be true. Only set after the customer has explicitly confirmed. |