Audio Streams
Stop all Audio Streams
Stop every active audio stream running on a Vobiz call in one DELETE request - ideal for pipeline cleanup at call end or before transferring to a new flow.
DELETE
Stop all Audio Streams
Each stream closed this way fires its own
Event=StopStream status callback (if status_callback_url was set on that stream) and closes its WebSocket. To stop a single fork while leaving others running, use Stop a Specific Audio Stream instead.Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth Token
string
required
Your Vobiz account ID, for example
MA_XXXXXXXX.Path parameters
string
required
Your Vobiz account ID. Use the same value in
X-Auth-ID.string
required
UUID of the call.
Response
Returns HTTP 204 No Content on success, even if the call currently has no active streams (the operation is idempotent).Example
cURL