Meetings
Delete meeting
Delete a meeting and optionally its associated transcript, summary, and recording data.
DELETE
Deletes a meeting by ID. By default, this performs a soft delete — the meeting is marked as deleted and excluded from list results, but the data is retained for 30 days in case you need to recover it. To permanently delete a meeting and all associated data immediately, setDocumentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
permanent to true.
The unique meeting identifier (e.g.,
mtg_8f3k2j1m4n5p).When
true, permanently deletes the meeting and all associated data (transcript, summary, recording, action items). This action cannot be undone.Response
The ID of the deleted meeting.
Always
true on success.Whether the deletion was permanent.
ISO 8601 timestamp until which the meeting can be recovered.
null if permanently deleted.Soft-deleted meetings can be restored within 30 days by contacting support@mavioapp.com. After 30 days, soft-deleted data is automatically purged.