leave_convo
Leave a convo while it stays active for the other participants.
Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.
Leave a convo while it stays active for the other participants. The caller is removed from activeParticipants but remains in allParticipants for audit. Use to end the bot's presence without ending the call.
Input
| Property | Type | Required | Description |
|---|---|---|---|
convoId | string | yes | UUID of the convo. |
JSON Schema
{
"type": "object",
"properties": {
"convoId": {
"type": "string",
"description": "UUID of the convo."
}
},
"required": [
"convoId"
],
"additionalProperties": false
}