Stop every active audio stream currently running on a Vobiz call in a single request - useful for cleanup at call end or before transferring.
curl --request DELETE \
--url https://api.example.com/api/v1/Account/{auth_id}/Call/{call_uuid}/Stream/Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE https://api.vobiz.ai/api/v1/Account/{auth_id}/Call/{call_uuid}/Stream/
X-Auth-ID - Your account Auth IDX-Auth-Token - Your account Auth Token| Field | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your account ID. |
call_uuid | string | Yes | UUID of the call. |
curl -X DELETE 'https://api.vobiz.ai/api/v1/Account/{auth_id}/Call/{call_uuid}/Stream/' \
-H 'X-Auth-ID: {auth_id}' \
-H 'X-Auth-Token: {auth_token}'
Was this page helpful?
curl --request DELETE \
--url https://api.example.com/api/v1/Account/{auth_id}/Call/{call_uuid}/Stream/