Unmark an Applicant as Hired
Overview
Unmarking an applicant as hired will reset the application's hired_at and start_date attributes and trigger any actions activated by the applicant_unmarked_as_hired event.
Action Type
- un_mark_as_hired
Required Data
- app_idThe id of the application for which to unmark as hired.
Optional Data
- manager_idThe id of the admin user to be recorded as unmarking the application as hired.
Example Request Payload
{
  "type": "un_mark_as_hired",
  "data": {
  	"app_id": 3640
  }
}Usage
Upon execution of the action, you will see the applicant unmarked as hired.
Updated 5 months ago
