> ## 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.ForeignSystem DeleteForeignDeviceRequest

# <a id="SuperOffice_WebApi_Data_ForeignSystem_DeleteForeignDeviceRequest" /> Class ForeignSystem\_DeleteForeignDeviceRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ForeignSystem\_DeleteForeignDeviceRequest](SuperOffice.WebApi.Data.ForeignSystem_DeleteForeignDeviceRequest.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_ForeignSystem_DeleteForeignDeviceRequest__ctor" /> ForeignSystem\_DeleteForeignDeviceRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_ForeignSystem_DeleteForeignDeviceRequest_ApplicationName" /> ApplicationName

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ForeignSystem_DeleteForeignDeviceRequest_ForeignDevice" /> ForeignDevice

```csharp theme={null}
public ForeignDevice ForeignDevice { get; set; }
```

#### Property Value

[ForeignDevice](SuperOffice.WebApi.Data.ForeignDevice.md)


## Related topics

- [SuperOffice.WebApi.Data.ForeignSystem DeleteDeviceByIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_DeleteDeviceByIdentifierRequest.md)
- [SuperOffice.WebApi.Agents.ForeignSystemAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ForeignSystemAgent.md)
- [SuperOffice.WebApi.Data.ForeignSystem SaveForeignDeviceRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_SaveForeignDeviceRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetDeviceKeysOnDeviceIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysOnDeviceIdentifierRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetDeviceKeysOnDeviceIdentifierTableRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetDeviceKeysOnDeviceIdentifierTableRequest.md)
- [SuperOffice.WebApi.Data.ForeignSystem GetApplicationDevicesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ForeignSystem_GetApplicationDevicesRequest.md)
