Hang up the live call (the agent speaks a goodbye message, then ends)
Ends the active call after the agent speaks a closing message. Use this for manual live-call termination or when your system has decided the conversation is complete. If no message is provided, the configured end-of-call message is used.
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Conversation UUID returned by POST /api/v1/call as conversation_uuid.
Body
Optional goodbye message. If omitted, the agent's configured end-of-call message is used; if none is set, defaults to 'Good Bye'.
2000"Thank you for calling, goodbye."
Response
Hangup dispatched
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
"Hangup dispatched"