cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/meetings/lifecycle/cancelMeeting \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "meeting_123example" } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": null }
host can cancel meetings. Cannot cancel active meetings (must end them instead). Cannot cancel meetings that are already concluded or cancelled.
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