remove_job_coordinator_owner
Remove a single coordinator owner from a job hiring team. Active or responsible owners require explicit override flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The Greenhouse job ID | |
| 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. | |
| user_id | Yes | Greenhouse user ID to remove from coordinator owners | |
| on_behalf_of_user_id | Yes | Greenhouse user ID to send with this write. | |
| allow_responsible_removal | No | Must be true to remove a coordinator owner marked responsible. | |
| confirm_hiring_team_change | Yes | Must be true to execute a hiring-team write. | |
| allow_active_member_removal | No | Must be true to remove an active coordinator owner. |