hires_reject_application
Reject a candidate application with an optional rejection reason, and choose whether to send the rejection email.
Instructions
Reject an application with an optional rejection reason. Use GET /taxonomy/rejection-reasons to list available reason IDs. Set suppress_notification to skip the rejection email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Application ID. | |
| include | No | Comma-separated relations to embed: candidate, cv.text. | |
| rejection_reason_id | No | Rejection reason ID from GET /taxonomy/rejection-reasons. | |
| suppress_notification | No | Set to true to skip sending the rejection email to the candidate. |