v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Stop playing an audio file to an active call

delete/voice/conversation/{messageId}/file

Path parameters

messageIdstring required

The id of the voice call.

Headers

Authorizationstring required

Bearer {access_token}

Response

200

messageIdstring
messagestring
createdAtstring

Example response

{
  "messageId": "9d289221-65ab-4a3a-b8c4-eda7dfd04189",
  "message": "Stream stopped",
  "createdAt": "2018-11-02T12:29:38.101Z"
}