Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt

Use this file to discover all available pages before exploring further.

The <Stop> verb stops the instruction specified by noun on a call.

Child verbs/nouns

NOUN/VERBDESCRIPTION
Suppression Stops current suppression, no attributes need to be provided.
Transcription Stops current transcription, no attributes need to be provided.
Stream Stops current media stream, no attributes need to be provided.

Examples

<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Stop>
    <Stream />
  </Stop>
</Response>