curl -X DELETE https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "mtg_8f3k2j1m4n5p",
"deleted": true,
"permanent": false,
"recoverable_until": "2026-05-10T14:52:08Z"
}
Delete a meeting and optionally its associated transcript, summary, and recording data.
curl -X DELETE https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "mtg_8f3k2j1m4n5p",
"deleted": true,
"permanent": false,
"recoverable_until": "2026-05-10T14:52:08Z"
}
permanent to true.
mtg_8f3k2j1m4n5p).true, permanently deletes the meeting and all associated data (transcript, summary, recording, action items). This action cannot be undone.true on success.null if permanently deleted.curl -X DELETE https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "mtg_8f3k2j1m4n5p",
"deleted": true,
"permanent": false,
"recoverable_until": "2026-05-10T14:52:08Z"
}