Skip to main content
DELETE
/
v1
/
meetings
/
{meetingId}
Deletes a meeting
curl --request DELETE \
  --url https://api.meetgeek.ai/v1/meetings/{meetingId} \
  --header 'Authorization: <api-key>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.meetgeek.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token

Path Parameters

meetingId
string
required

Meeting ID

Response