Stop a Stream using either the SID of the Stream resource
TODO: Resource-level docs
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
curl \
-X POST https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams/{Sid}.json \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'Status=stopped'
Request example
{
"Status": "stopped"
}
Request examples
{
"Status": "stopped"
}
Response examples (200)
{
"account_sid": "string",
"call_sid": "string",
"date_updated": "string",
"name": "string",
"sid": "string",
"status": "in-progress",
"uri": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"call_sid": "string",
"date_updated": "string",
"name": "string",
"sid": "string",
"status": "in-progress",
"uri": "https://example.com"
}