Ollang API Reference
Unassign Translator from Folder Orders
Batch unassign a translator from eligible orders in a folder with optional language filters
POST
Unassigns the translator from all eligible (assigned, ongoing) orders in the specified folder. Optionally filter by
sourceLanguage and/or targetLanguage to only unassign orders matching a specific language pair.
When no language filters are provided, all eligible orders in the folder are unassigned.
Authorizations
This endpoint requires API key authentication. Include your API key in the request header:- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Path Parameters
string
required
The unique identifier of the folder containing the orders.
Body Parameters
string
Filter by source language code (e.g.,
en). Only orders with this source language will be unassigned.string
Filter by target language code (e.g.,
fr). Only orders with this target language will be unassigned.Response
number
The number of orders that were successfully unassigned.