Import-Module Microsoft.Graph.CloudCommunications
Remove-MgCommunicationCallParticipant -CallId $callId -ParticipantId $participantId
This example shows how to use the Remove-MgCommunicationCallParticipant Cmdlet.
Import-Module Microsoft.Graph.CloudCommunications
Remove-MgCommunicationCallParticipant -CallId $callId -ParticipantId $participantId
This example shows how to use the Remove-MgCommunicationCallParticipant Cmdlet.