API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- PUTStart multiple LQA Assessments
- POSTGet multiple LQA Assessments
- DELDiscard multiple ongoing LQA Assessments
- GETDownload LQA Assessment XLSX reports
- POSTSend email(s) with LQA reports
- GETGet sharable link of LQA reports
- GETGet recipients of email with LQA reports
- POSTGet LQA Assessment results
- PUTFinish multiple LQA Assessments
- DELDiscard multiple finished LQA Assessment results
- GETGet LQA Assessment
- POSTStart LQA Assessment
- DELDiscard ongoing LQA Assessment
- PUTFinish LQA Assessment
- POSTRun Auto LQA
- PUT
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Language Quality Assessment
Discard multiple ongoing LQA Assessments
DELETE
/
api2
/
v1
/
lqa
/
assessments
Discard multiple ongoing LQA Assessments
Copy
Ask AI
curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v1/lqa/assessments \
--header 'Content-Type: application/json' \
--data '{
"jobParts": [
{
"uid": "<string>"
}
]
}'
Body
application/json
Response
204
Discarded
Was this page helpful?
Discard multiple ongoing LQA Assessments
Copy
Ask AI
curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v1/lqa/assessments \
--header 'Content-Type: application/json' \
--data '{
"jobParts": [
{
"uid": "<string>"
}
]
}'
Assistant
Responses are generated using AI and may contain mistakes.