| title | removedState resource type |
|---|---|
| description | Represents the reason why a participant resource was removed from a roster. |
| author | sasthana |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph
Represents the reason why a participant resource was removed from a roster.
| Property | Type | Description |
|---|---|---|
| reason | String | The removal reason for the participant resource. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.removedState",
"reason": "String"
}