This content is still in draft.
The
closePostedPositionProfile
mutation closes an existing posted PositionProfile
.The job ad will be removed from the job board and no refund will be issued.
The
PositionProfile
and its associated candidate applications will be available for 180 days after its close date.MutationVariablesResult
Copy Playground
mutation($input: ClosePostedPositionProfileInput!) {
closePostedPositionProfile(input: $input) {
positionProfile {
profileId {
value
}
}
}
}
Managing job ads
Job Posting
Job Posting