Discard ongoing LQA Assessment
Discards the in-progress Language Quality Assessment (LQA) for the specified job, removing all recorded issues and resetting the assessment state. Use this when an assessment was started in error or needs to be restarted from scratch.
The operation is synchronous and returns 204 No Content immediately on success. Calling this endpoint when no assessment is in progress is safe.
The caller must have edit permission on the job. When the project uses auto-LQA mode, only users belonging to the same organization as the job may discard assessments.
| HTTP status | Condition |
|---|---|
| 204 | Assessment discarded successfully, or no assessment was in progress. |
| 403 | Caller lacks edit permission on the job, or belongs to a different organization in |
| auto-LQA mode. Verify the token has sufficient privileges and retry. | |
| 404 | No job with the supplied UID exists or is visible to the caller. Check the UID value. |
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
UID of the job whose in-progress LQA assessment should be discarded
Response
No Content