Delete a meeting and all its associated data including analysis, transcripts, and recordings. This action is irreversible.
curl -X DELETE https://app.mavera.io/api/v1/meetings/meeting_123 \
-H "Authorization: Bearer mvra_live_your_key_here"{
"id": "<string>",
"object": "meeting",
"deleted": true
}Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.
Meeting ID
curl -X DELETE https://app.mavera.io/api/v1/meetings/meeting_123 \
-H "Authorization: Bearer mvra_live_your_key_here"{
"id": "<string>",
"object": "meeting",
"deleted": true
}