Delete Meetings
Critical Operation
Delete operations are PERMANENT and CANNOT BE UNDONE. These endpoints will permanently remove meeting data from the system. Please use extreme caution when performing deletions.
Overview
The API provides two deletion endpoints:
- Delete a single meeting by ID
- Delete all meetings (bulk deletion)
Before You Delete
- Always verify the meeting ID before deletion
- Ensure you have proper backups in place
Delete Single Meeting
info
This endpoint allows you to permanently delete a specific meeting using its unique identifier.
API Endpoint
[DELETE] /v1/integrations/meetings/:id
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier of the meeting to delete |