Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{deployment}/api/v1/tiro/notes/{note_id} \ --header 'X-API-KEY: <api-key>'
{ "success": true, "message": "<string>" }
Deletes a meeting note. This cannot be undone. Pro license required.
Your deployment's API key (MMK_API_KEY).
Numeric Tiro note ID (not the note GUID — the handler parses it as an integer).
Deletion result
Was this page helpful?