# 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 The Stream resource allows you to create and stop uni-directional Media Streams ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. - **CallSid** (string) The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. - **Sid** (string) The SID or the `name` of the Stream resource to be stopped ### Body: application/x-www-form-urlencoded (object) - **Status** (string) ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The SID of the Stream resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. - **call_sid** (string | null) The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. - **name** (string | null) 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** (string) The status of the Stream. Possible values are `stopped` and `in-progress`. - **date_updated** (string(date-time-rfc-2822) | null) 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 | null) The URI of the resource, relative to `https://api.twilio.com`. [Powered by Bump.sh](https://bump.sh)