Skip to main content
DELETE
/
meetings
/
{id}
cURL
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.

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

id
string
required

Meeting ID

Response

Meeting deleted successfully

id
string

Meeting ID that was deleted

object
enum<string>
Available options:
meeting
deleted
boolean

Always true on success