v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Call control

Stop audio playback

Stops audio playback in the active call identified by id.

delete/v1/calls/{id}/audio

Path parameters

idstring uuid required

The uuid of the call.

Response

Returns a success confirmation. Audio playback stops.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}