jobs.offer.delete
Permanently delete the offer recorded for a job (the job stays). Use only to fix a mistake, and confirm with the user first; it cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id | |
| confirmed | Yes | Must be true after the user confirms permanent deletion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable confirmation of the action |