Speak text
Stop speaking text during a call
Halt active text-to-speech playback on a Vobiz call - interrupt looping messages on DTMF input or when an agent joins, without affecting the call session.
DELETE
Stop text-to-speech on a call
If no text-to-speech is currently playing, 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.Example request
cURL
Response
204 No Content
204 status code indicates the text-to-speech has been stopped successfully. There is no response body.
Common use cases
- Stop looping queue messages when an agent answers.
- End IVR menu announcements when a user presses a DTMF key.
- Interrupt speech when transferring to a live agent.
- Stop welcome messages when a call is answered.
- End promotional announcements based on user action.