HTTP POST
Deletes a review draft and all associated comments.
Example Request
POST /api/json/reviewrequests/12321/reviews/draft/delete/
Responses
HTTP 200: Success
The draft deleted successfully.
HTTP 401: Unauthorized
Error 103: Not Logged In
The client making the request is not logged in.
See Authenticating for more information.
HTTP 404: Not Found
Error 100: Does Not Exist
The draft doesn’t exist.
No Error Payload
The review request with the given review_request_id does not exist on the
server.