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

# Delete Contact Relation Entity

> Deletes the ContactRelationEntity

Calls the Relation agent service DeleteContactRelation.
NsApiSlow threshold: 5000 ms.



## OpenAPI

````yaml /openapi/rest/openapi-v3-Relation.json delete /api/v1/Relation/{id}
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - Relation
  contact:
    name: SuperOffice DevNet
    url: https://docs.superoffice.com/en/api/index.html
    email: sdk@superoffice.com
servers:
  - url: http://localhost:56350
  - url: https://localhost:56350
security: []
tags: []
externalDocs:
  description: >-
    The SuperOffice DevNet Community has more documentation, examples, and
    discussion forums.
  url: https://community.superoffice.com/en/developer/
paths:
  /api/v1/Relation/{id}:
    delete:
      tags:
        - ContactRelation
      summary: Delete Contact Relation Entity
      description: "Deletes the ContactRelationEntity\n\nCalls the Relation agent service DeleteContactRelation.\r\nNsApiSlow threshold: 5000 ms."
      operationId: v1ContactRelationEntity_DeleteContactRelationEntity
      parameters:
        - name: id
          in: path
          description: The ContactRelationEntity to be deleted.
          required: true
          schema:
            type: integer
            format: int32
        - name: SO-AppToken
          in: header
          description: >-
            The application token that identifies the partner app. Used when
            calling Online WebAPI from a server.
          required: false
          schema:
            type: string
      responses:
        '204':
          description: ContactRelationEntity deleted.
        '412':
          description: >-
            Delete aborted because ContactRelationEntity has changed since the
            requested If-Unmodified-Since timestamp.
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components: {}

````

## Related topics

- [Delete Contact Relation](/en/api/reference/restful/agent/relation_agent/delete-contact-relation.md)
- [Delete Ticket Relation Entity](/en/api/reference/restful/rest/ticketrelation/delete-ticket-relation-entity.md)
- [Delete Ticket Relation Definition Entity](/en/api/reference/restful/rest/ticketrelationdefinition/delete-ticket-relation-definition-entity.md)
- [SuperOffice.WebApi.Data.Relation DeleteContactRelationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Relation_DeleteContactRelationRequest.md)
