HangUp Call
POST
https://api.hamkaran.cloud/api/hamkaran/v1/hang_up_callThis API allows users to terminate an ongoing call. By sending a request to this endpoint, the system will end the active call, ensuring that the call is properly disconnected. This functionality is part of Hamkaran Cloud's advanced cloud telephony solutions, providing organizations with the tools to manage their communications more effectively, reduce unnecessary call durations, and improve overall system efficiency.
Request
Header Params
key
string
required
Example:
{{Hamkaran Webservice key}}
Body Params multipart/form-data
channel_id
string
required
Request samples
Responses
Response(200)
HTTP Code: 200
Content Type : HTMLtext/html
Examplesuccessfully Response
{
"msg": "Channels hung up will follow",
"code": "1",
"data": "Done"
}
Last modified: 6 months ago