Delete a specific Stream.

DELETE /v1/Services/{ServiceSid}/Streams/{Sid}

Delete a specific Stream.

Path parameters

  • ServiceSid string Required

    The SID of the Sync Service with the Sync Stream resource to delete.

  • Sid string Required

    The SID of the Stream resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/Streams/{Sid}
curl \
 --request DELETE 'https://sync.twilio.com/v1/Services/{ServiceSid}/Streams/{Sid}' \
 --user "username:password"