Skip to main content
DELETE
/
meetings
/
schemas
/
{id}
Delete meeting schema
curl --request DELETE \
  --url https://app.mavera.io/api/v1/meetings/schemas/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "meeting.schema",
  "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

Schema ID

Response

Schema deleted

id
string
object
enum<string>
Available options:
meeting.schema
deleted
boolean