Skip to main content
DELETE
Stop all Audio Streams
This endpoint stops all active streams attached to a call at once. It is useful when you want to tear down every forked audio pipeline before hanging up the call, or when switching the call into a new flow. Streams that have already stopped are not affected.
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 ID
  • X-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.
This endpoint takes no request body.

Response

Returns HTTP 204 No Content on success, even if the call currently has no active streams (the operation is idempotent).

Example

cURL