> ## 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 Foreign App Entity

> Deletes the ForeignAppEntity

Calls the ForeignSystem agent service DeleteForeignAppEntity.
NsApiSlow threshold: 5000 ms.



## OpenAPI

````yaml /openapi/rest/openapi-v3-ForeignApp.json delete /api/v1/ForeignApp/{id}
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - ForeignApp
  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/ForeignApp/{id}:
    delete:
      tags:
        - ForeignApp
      summary: Delete Foreign App Entity
      description: "Deletes the ForeignAppEntity\n\nCalls the ForeignSystem agent service DeleteForeignAppEntity.\r\nNsApiSlow threshold: 5000 ms."
      operationId: v1ForeignAppEntity_DeleteForeignAppEntity
      parameters:
        - name: id
          in: path
          description: The ForeignAppEntity 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: ForeignAppEntity deleted.
        '412':
          description: >-
            Delete aborted because ForeignAppEntity has changed since the
            requested If-Unmodified-Since timestamp.
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components: {}

````

## Related topics

- [Delete Foreign App Entity](/en/api/reference/restful/agent/foreignsystem_agent/delete-foreign-app-entity.md)
- [NSForeignSystemAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSForeignSystemAgent.md)
- [SuperOffice.WebApi.Agents.ForeignSystemAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ForeignSystemAgent.md)
- [SuperOffice.WebApi.Agents.IForeignSystemAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IForeignSystemAgent.md)
- [Post Foreign App Entity](/en/api/reference/restful/rest/foreignapp/post-foreign-app-entity.md)
- [Get Foreign App Entity](/en/api/reference/restful/rest/foreignapp/get-foreign-app-entity.md)
