ExpireSourcedJobsBySourcedPostingIdInput
Input Object
Input for expireSourcedJobsBySourcedPostingId mutation. Supports bulk job expiration.
Fields
jobs [ExpireSourcedJobBySourcedPostingIdInput!]! Required
Jobs to expire, by sourcedPostingId.
sourcedPostingId ID! Required
Indeed Employer Job ID (UUID4). Generated for each job posting.
Returned in the job creation response. Use to expire the job.
Example
{"jobs": [ExpireSourcedJobBySourcedPostingIdInput]}