Resources | global | terminateCall

terminateCall

terminates the call based on the gcid supplied

Input Params

NameMandatoryDefaultDescription
GCIDM Identifies the call id to be terminated.

Output Params

NameDescription
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/global/_operations/terminateCall --data '
<terminateCall>
     <GCID>{GCID}</GCID>
</terminateCall>
'

  • No labels