Discard multiple ongoing LQA Assessments
Discards ongoing Language Quality Assessment (LQA) assessments for the given job parts in a single request. An assessment must be in the ongoing (started) state to be discarded; assessments that have not been started are silently skipped — no error is returned for them. Discarding is irreversible: discarded assessments cannot be resumed or recovered. Depending on your organization settings, job parts may be required to belong to the same project and workflow step; if that constraint is enforced, mixing job parts from different projects or steps returns 400. Use this endpoint to cancel in-progress assessments when a translation job is no longer needed. The request body must contain between 1 and 100 job part UIDs.
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.
Body
List of job part references for a batch LQA assessment operation
UIDs of the job parts to target; between 1 and 100 entries
1 - 100 elements"[{\"uid\": \"3HYnHHLkTPJfMxBCDbPXFe\"}, {\"uid\": \"7DkZmLpQvRsWnCxBtYeAg2\"}]"
Response
No Content