Skip to main content
DELETE
Stop recording a call
Stop active recordings on a call. Since a call can have multiple ongoing recordings, you can stop a specific recording by providing its URL, or stop all recordings by omitting the parameter.
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

Request parameters

To stop only one specific recording, provide the url returned by the Start Recording response. Omit it to stop all ongoing recordings.

Example requests

Response

204 No Content
A 204 status code means the recording has been stopped and will be finalized. There is no response body.
After stopping a recording, retrieve it using the Recordings API or wait for the callback to receive the download URL.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

call_uuid
string
required

Response

204

Recording stopped