Close an active job posting on LinkedIn, removing it from the available positions list and stopping new applications.
This endpoint costs 1 credit per job closing operation.
Body Parameters
LinkedIn authentication cookie obtained from the login/verify process
LinkedIn job posting ID to close
Country code for proxy selection. Available: (US, UK, FR, DE, NL, IT, IL, CA, BR, ES, IN)
Response
Request status (success/error)
Additional error details (in case of error)
{
"status": "success",
"data": {
"job_id": job_id,
"message": "Job posting successfully closed",
"closed_at": current_timestamp
}
}