cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/meetings/lifecycle/leaveMeeting \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "meeting_123example" } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": { "success": true } }
the meeting. Records the leave timestamp. Does not remove the participant from the meeting - they can rejoin if the meeting is still active.
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error