Record calls
Stop recording a call
Stop one or all active recordings on a Vobiz call - finalize the audio file, trigger the callback URL, and make the recording available for download.
DELETE
Stop recording a call
When a recording is stopped, it is finalized and made available for download. If you configured a
callback_url, it will be invoked with the recording details.Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your Vobiz authentication ID |
call_uuid | string | Yes | Unique identifier of the call being recorded |
Request parameters
| Field | Type | Required | Description |
|---|---|---|---|
URL | string | No | The recording URL to stop. If omitted, all active recordings on the call are stopped. |
Example requests
Response
204 No Content
204 status code means the recording has been stopped and will be finalized. There is no response body.