---
title: "Stops transcription in the call."
method: POST
path: "/calling/callConnections/{callConnectionId}:stopTranscription"
tags: ["MidConnections"]
---

# Stops transcription in the call.

`POST /calling/callConnections/{callConnectionId}:stopTranscription`

Stops transcription in the call.

## Path parameters

- `callConnectionId` string, required

## Query parameters

- `api-version` string, required

## Request body

- StopTranscriptionRequest
  - `operationContext` string — The value to identify context of the operation.
  - `operationCallbackUri` string — Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.

## Response `202`

The service has accepted the stop transcription request and will begin processing it. You will receive either TranscriptionStopped event at your specified callback URI to update you on the status of the request.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/communication-callautomation.md) · [All operations](https://skmtc.net/azure/apis/communication-callautomation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/communication-callautomation/versions/4e8b195b121b/schema)
