Skip to main content
DELETE
Stop call streaming

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

call_id
string<uuid>
required

The uuid of the call.

id
string<uuid>
required

The uuid of the media stream to stop.

Response

Returns a success confirmation. The media stream is stopped.

success
boolean
required

Indicates whether the request was successful.

Example:

true