v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Stop playing a text-to-speech message to an active call

delete/voice/conversation/{messageId}/talk

Path parameters

messageIdstring required

The id of the voice call

Headers

Authorizationstring required

Bearer {access_token}

Response

200

messageIdstring
messagestring
createdAtstring

Example response

{
  "messageId": "8f219e67-6fe6-4da1-aeb0-ed60273e0ea7",
  "message": "Talk stopped",
  "createdAt": "2018-11-02T11:56:19.714Z"
}