Voyp MCP Server

hangup_call

Hangup an existing call

Input Schema

NameRequiredDescriptionDefault
idYesID of the call

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the call", "type": "string" } }, "required": [ "id" ], "type": "object" }