---
title: "Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource"
method: POST
path: "/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions/{Sid}.json"
tags: ["Api20100401CallTranscription"]
---

# Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource

`POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions/{Sid}.json`

Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource

## Path parameters

- `AccountSid` string, required
- `CallSid` string, required
- `Sid` string, required

## Response `200`

OK

- ApiV2010AccountCallRealtimeTranscription
  - `sid` string, nullable — The SID of the Transcription resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource.
  - `call_sid` string, nullable — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with.
  - `name` string, nullable — The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription.
  - `status` 'in-progress' | 'stopped' — The status - one of `stopped`, `in-flight`
  - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `uri` string, nullable

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/6b6ffccef14c/schema)
