API Documentation
- Additional Workflow Step
- Analysis
- POSTCreate analysisdeprecated
- PUTEdit analyses (batch)deprecated
- DELDelete analyses (batch)
- POSTCreate analyses by languages
- POSTCreate analyses by providers
- POSTRecalculate analysis
- GETGet analysisdeprecated
- DELDelete analysis
- GETGet analysis language part
- GETList jobs of analyses
- GETDownload analysis
- GETGet jobs analysis
- GETList analysesdeprecated
- POST
- 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
- 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 Step
- XML Assistant
Analysis
Delete analyses (batch)
DELETE
/
api2
/
v1
/
analyses
/
bulk
Delete analyses (batch)
Copy
Ask AI
curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v1/analyses/bulk \
--header 'Content-Type: application/json' \
--data '{
"analyses": [
{
"id": "<string>"
}
],
"purge": true
}'
Body
application/json
Response
204
No Content
Was this page helpful?
Delete analyses (batch)
Copy
Ask AI
curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v1/analyses/bulk \
--header 'Content-Type: application/json' \
--data '{
"analyses": [
{
"id": "<string>"
}
],
"purge": true
}'
Assistant
Responses are generated using AI and may contain mistakes.