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
Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your account ID. |
call_uuid | string | Yes | 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