v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061971481.8 MB
Api20100401Stream

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

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

Path parameters

AccountSidstring required

The SID of the Account that created this Stream resource.

CallSidstring required

The SID of the Call the Stream resource is associated with.

Sidstring required

The SID or the name of the Stream resource to be stopped

Response

OK

sidstring nullable

The SID of the Stream resource.

account_sidstring nullable

The SID of the Account that created this Stream resource.

call_sidstring nullable

The SID of the Call the Stream resource is associated with.

namestring 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_updatedstring date-time-rfc-2822 nullable

The date and time in GMT that this resource was last updated, specified in RFC 2822 format.

uristring nullable

The URI of the resource, relative to https://api.twilio.com.