Play audio
Stop playing audio on a call
Interrupt audio playback on an active Vobiz call instantly - stop hold music, end looping files, or cancel announcements when an agent becomes available.
DELETE
Stop audio playback on a call
If no audio is currently playing on the call, this endpoint returns success without performing any action.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your Vobiz authentication ID |
call_uuid | string | Yes | Unique identifier of the active call |
Request body
No request body is required. Send an empty JSON object{} or omit the body entirely.
Example request
cURL
Response
204 No Content
204 status code indicates audio playback was stopped successfully. There is no response body.
Common use cases
- Stop hold music when an agent becomes available.
- End looping audio based on user DTMF input.
- Interrupt announcements when a call is answered.
- Stop IVR prompts when a user makes a selection.
- End audio playback before transferring a call.