cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/meetings/lifecycle/removeParticipant \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "meeting_123example", "userId": "user_456example" } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": null }
can remove participants. Cannot remove the only host from a meeting. Updates the meeting’s participant count automatically.
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