Meetings
Delete a participant
Deletes a participant for the given meeting and participant ID.
delete/meetings/{meeting_id}/participants/{participant_id}
Path parameters
meeting_idstring uuid required
ID of the meeting. You can fetch the meeting ID using the create a meeting API.
participant_idstring required
ID of the participant. You can fetch the participant ID using the add a participant API.
Response
Success response