> ## 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.Relation DeleteContactRelationRequest

# <a id="SuperOffice_WebApi_Data_Relation_DeleteContactRelationRequest" /> Class Relation\_DeleteContactRelationRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Relation\_DeleteContactRelationRequest](SuperOffice.WebApi.Data.Relation_DeleteContactRelationRequest.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_Relation_DeleteContactRelationRequest__ctor" /> Relation\_DeleteContactRelationRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Relation_DeleteContactRelationRequest_ContactRelationEntityId" /> ContactRelationEntityId

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.RelationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.RelationAgent.md)
- [SuperOffice.WebApi.Agents.IRelationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IRelationAgent.md)
- [SuperOffice.WebApi.Data.Relation SaveContactRelationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Relation_SaveContactRelationRequest.md)
- [SuperOffice.WebApi.Data.ContactRelationEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactRelationEntity.md)
- [SuperOffice.WebApi.Data.RelationDefinitionEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.RelationDefinitionEntity.md)
- [SuperOffice.WebApi.Data.CustomObjectRelation](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomObjectRelation.md)
