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

DELETE: /wiwo/:wiwo_id/replies/:reply_id

Required authorization scope

When using OAuth2 access tokens, the wiwo scope is required to delete a reply. 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 deleting a reply using curl:

curl -X DELETE -H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' https://api.proz.com/v2/wiwo/187/replies/42

Response

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

On error, a standard error response will be returned.