This 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.
curl --location --request POST 'https://api.hamkaran.cloud/api/hamkaran/v1/hang_up_call' \
--header 'key: {{Hamkaran Webservice key}}' \
--form 'channel_id=""'
Response Response Example
{
"msg": "Channels hung up will follow",
"code": "1",
"data": "Done"
}
Request
Body Params multipart/form-data
Modified at 2025-06-10 03:27:27