Meetings
Delete meeting schema
Delete a custom schema. You can only delete schemas that you created. Built-in schemas cannot be deleted.
DELETE
Delete meeting schema
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a custom schema. You can only delete schemas that you created. Built-in schemas cannot be deleted.
curl --request DELETE \
--url https://app.mavera.io/api/v1/meetings/schemas/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "meeting.schema",
"deleted": true
}curl --request DELETE \
--url https://app.mavera.io/api/v1/meetings/schemas/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "meeting.schema",
"deleted": true
}