curl --location --request DELETE 'https://mock.apidog.com/m1/1212435-0-default/api/meetings/7fa85f64-5717-4562-b3fc-2c963f66afa6/participants/31ba4b89-29ed-4a25-a7ea-119c9c9f83d0' \
--header 'X-Request-Id;' \
--header 'Authorization: Bearer <token>'{
"isSuccess": true,
"data": {
"id": "31ba4b89-29ed-4a25-a7ea-119c9c9f83d0",
"meetingId": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"userId": null,
"displayName": "Ahmed Ali",
"email": "ahmed@example.com",
"role": "PARTICIPANT",
"status": "REMOVED",
"consent": {
"recordingConsent": true,
"consentedAt": "2026-05-20T10:03:00Z"
},
"joinedAt": "2026-05-20T10:04:00Z",
"leftAt": "2026-05-20T10:30:00Z"
},
"message": "Participant removed successfully",
"statusCode": 200,
"errors": []
}