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

DELETE: /job-quotes/:id

Withdraw a job quote.

Required authorization scope

When using OAuth2 access tokens, the job.quote scope is required to delete a job quote. See scopes in the authentication guide for information about how to request this scope of authorization.

Parameters

None.

Example request

Here's an example of withdrawing a quote using curl:

curl -X DELETE -H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' https://api.proz.com/v2/job-quotes/43234

Response

On success, a 204 No content HTTP status code will be returned.

On error, a standard error response will be returned.