> ## 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 Selection Entity

> Deletes the SelectionEntity



## OpenAPI

````yaml /openapi/rest/openapi-v3-Selection.json delete /api/v1/Selection/{selectionEntityId}
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - Selection
  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/Selection/{selectionEntityId}:
    delete:
      tags:
        - Selection
      summary: Delete Selection Entity
      description: Deletes the SelectionEntity
      operationId: v1SelectionEntity_DeleteSelectionEntity
      parameters:
        - name: selectionEntityId
          in: path
          description: The identity of the SelectionEntity
          required: true
          schema:
            format: int32
            type: integer
        - 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: No Content
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components: {}

````

## Related topics

- [Delete Selection Entity](/en/api/reference/restful/agent/selection_agent/delete-selection-entity.md)
- [SuperOffice.WebApi.Data.Selection DeleteSelectionEntityRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_DeleteSelectionEntityRequest.md)
- [NSSelectionAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSSelectionAgent.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [Delete Entities](/en/api/reference/restful/agent/selection_agent/delete-entities.md)
