> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Selection RemoveContactSelectionMembersRequest

# <a id="SuperOffice_WebApi_Data_Selection_RemoveContactSelectionMembersRequest" /> Class Selection\_RemoveContactSelectionMembersRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Selection_RemoveContactSelectionMembersRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Selection\_RemoveContactSelectionMembersRequest](SuperOffice.WebApi.Data.Selection_RemoveContactSelectionMembersRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Selection_RemoveContactSelectionMembersRequest__ctor" /> Selection\_RemoveContactSelectionMembersRequest()

```csharp theme={null}
public Selection_RemoveContactSelectionMembersRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Selection_RemoveContactSelectionMembersRequest_ContactPersonIds" /> ContactPersonIds

```csharp theme={null}
public ContactPersonId[] ContactPersonIds { get; set; }
```

#### Property Value

[ContactPersonId](SuperOffice.WebApi.Data.ContactPersonId.md)\[]

### <a id="SuperOffice_WebApi_Data_Selection_RemoveContactSelectionMembersRequest_SelectionId" /> SelectionId

```csharp theme={null}
public int SelectionId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)


## Related topics

- [SuperOffice.WebApi.Data.Selection RemoveContactSelectionMembersFromIdsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveContactSelectionMembersFromIdsRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveContactSelectionMembersFromSearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveContactSelectionMembersFromSearchRequest.md)
- [SuperOffice.WebApi.Data.Selection AddRemoveContactSelectionMemberInterestsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_AddRemoveContactSelectionMemberInterestsRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveSelectionMembersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveSelectionMembersRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveSelectionMembersFromSearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveSelectionMembersFromSearchRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveSelectionMembersByIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveSelectionMembersByIdRequest.md)
