Mark an Applicant as Archived

Overview

Marking an applicant as archived will set the application's archived_at attribute.

Action Type

  • mark_as_archived

Required Data

  • app_id The id of the application for which to mark as archived.

Optional Data

None.

Example Request Payload

{
  "type": "mark_as_archived",
  "data": {
  	"app_id": 3640
  }
}

Usage

Upon execution of the action, you will see the applicant marked as archived:

1456