Delete a specific Stream
TODO: Resource-level docs
Delete a specific Stream.
Path parameters
-
The SID of the Sync Service with the Sync Stream resource to delete.
-
The SID of the Stream resource to delete.
DELETE /v1/Services/{ServiceSid}/Streams/{Sid}
curl \
-X DELETE https://sync.twilio.com/v1/Services/{ServiceSid}/Streams/{Sid} \
--user "username:password"