Deleting a Job
To delete a single job, send an authenticated HTTP DELETE request to this URL replacing the job id with the job you want to delete:
DELETE https://core.ws.efinancialcareers.com/v1/jobs/{jobid}
Mandatory HTTP headers
Content-Type: application/xml
Authorization: EfcAuth realm=”EFC”, token=”522c3c4bd036a69db428ce4274745e9d”
Upon success, the server responds with HTTP 204 No Content status code:
Please note, a job cannot be deleted if it is live and available to job seekers to view. The job must first be deactivated.
eFinancialCareers