deprecate_offer_draft
Deprecate a created-status draft offer in Greenhouse. Refuses accepted or rejected offers and supports preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The offer ID to deprecate | |
| reason | Yes | Human-readable audit reason for this change. Must be at least 12 characters. | |
| dry_run | No | When true, validate and preview the change without sending a write request. | |
| confirm_offer_patch | Yes | Must be true to deprecate a draft offer. | |
| on_behalf_of_user_id | Yes | Greenhouse user ID to send with this write. |