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

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

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

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

## Path parameters

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

## Response `200`

OK

- ApiV2010AccountCallStream
  - `sid` string, nullable — The SID of the Stream resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource.
  - `call_sid` string, nullable — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with.
  - `name` string, nullable — The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream.
  - `status` 'in-progress' | 'stopped' — The status of the Stream. Possible values are `stopped` and `in-progress`.
  - `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 — The URI of the resource, relative to `https://api.twilio.com`.

---

[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/versions/a6753266b8b0/schema)
