> ## 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.Preference DeleteFromSectionAndKeyRequest

# <a id="SuperOffice_WebApi_Data_Preference_DeleteFromSectionAndKeyRequest" /> Class Preference\_DeleteFromSectionAndKeyRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Preference\_DeleteFromSectionAndKeyRequest](SuperOffice.WebApi.Data.Preference_DeleteFromSectionAndKeyRequest.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_Preference_DeleteFromSectionAndKeyRequest__ctor" /> Preference\_DeleteFromSectionAndKeyRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Preference_DeleteFromSectionAndKeyRequest_Key" /> Key

```csharp theme={null}
public string Key { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Preference_DeleteFromSectionAndKeyRequest_Section" /> Section

```csharp theme={null}
public string Section { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.PreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PreferenceAgent.md)
- [SuperOffice.WebApi.Agents.IPreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPreferenceAgent.md)
- [SuperOffice.WebApi.Data.Preference SaveFromSectionAndKeyRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_SaveFromSectionAndKeyRequest.md)
- [SuperOffice.WebApi.Data.Preference GetFromSectionAndKeyRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_GetFromSectionAndKeyRequest.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.PreferenceDescription](/en/api/reference/webapi/SuperOffice.WebApi.Data.PreferenceDescription.md)
