ProZ.com global directory of translation services
The translation workplace
Ideas

DELETE: /job-posting/:id/discard

Undo a previous discarding of a job.

Parameters

  • id: The job posting ID.

POST data

A JSON object.

  • reason(optional): A UTF-8 string up to 512 characters containing a reason the user said they discarded the job.

Example request

curl -X DELETE -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/job-posting/739492/discard

Response

A 200 OK HTTP status code.