Live Translation
End Translation Session
Terminate a translation session from the server side
DELETE
Ends a translation session. If the WebSocket is connected, it receives a final
session_ended control message and is closed. Pending sessions (created but never connected) are also cleaned up — useful for releasing a concurrency slot you no longer need.
Terminating an already-ended session is a no-op and returns the session’s final state.
Authentication
Your API key for authentication
Path Parameters
The session UUID returned by
POST /v1/translation/sessionsBody Parameters
Optional context (max 200 characters) recorded with the session’s
end_reason as api_terminated:<reason>.Response
Returns the same session object as Get Translation Session, withstatus and end_reason reflecting the termination.