Job Delete
This API call allows you to delete HotJobs postings in real time. A valid session token and unique Job ID like the HJ Job ID or user-defined Job ID or IO/PO Number will be required for deleting a job ad. You will receive a messsage confirming that the operation succeded after a successful job deletion.
URI
http://hj.yahooapis.com/v1/Job/<JobId>
Note
JobId must be a unique job ID, such as HJInternalJobID, or (user
specified) JobID, or IONumber.
HTTP Method
DELETE
HTTP Custom Headers
X-Yahoo-HJAuth-TokenThis is the session token returned by Authentication API call.
X-Yahoo-HJAuth-TimestampThis should be the request timestamp in Unix Timestamp format (the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC).
X-Yahoo-HJAuth-SignatureThe signature is MD5 hash of the XML request, request timestamp, job ID (empty for new job), token, and license key, respectively. The signature is also encoded in Hexadecimal format.
Request XML Sample
Not Applicable
Success Response XML Sample
The following is an example of a successful response to a Job Delete API call:
Error Response XML Sample
The following is an example of an error-code response to a Job Delete API call:

