expireSourcedJobsBySourcedPostingId
Expire a job posting.
Specify the sourcedPostingId
from the job posting.
Indeed does not verify that the job exists before responding, so the response is always ACCEPTED
.
When you call the Indeed PLUS APIs, initiate a timeout after 5,000 milliseconds.
Arguments
input ExpireSourcedJobsBySourcedPostingIdInput! Required
Response
Returns ExpireSourcedJobsBySourcedPostingIdPayload .Example
Query
mutation ExpireSourcedJobsBySourcedPostingId($input: ExpireSourcedJobsBySourcedPostingIdInput!) { jobsIngest { expireSourcedJobsBySourcedPostingId(input: $input) { results { trackingKey inputData { ... on ExpireSourcedJobBySourcedPostingIdInfo { sourcedPostingId } ... on ExpireSourcedJobByJobPostingIdAndSourceInfo { jobPostingId sourceName } } } } }}
Variables
{"input": ExpireSourcedJobsBySourcedPostingIdInput}