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

> Deletes the Webhook

NsApiSlow threshold: 2000 ms.
<para />## Online Restricted: ## The Webhook agent is not available in Online by default. Access must be requested specifically when app is registered.



## OpenAPI

````yaml /openapi/agent/openapi-v3-WebhookAgent.json post /api/v1/Agents/Webhook/DeleteWebhook
openapi: 3.0.0
info:
  version: v1-Agents
  title: SuperOffice Agent API v1
  description: SuperOffice Agent API - WebhookAgent
  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/Agents/Webhook/DeleteWebhook:
    post:
      tags:
        - Webhook_Agent
      summary: Delete Webhook
      description: "Deletes the Webhook\n\nNsApiSlow threshold: 2000 ms.\r\n<para />## Online Restricted: ## The Webhook agent is not available in Online by default. Access must be requested specifically when app is registered."
      operationId: v1WebhookAgent_DeleteWebhook
      parameters:
        - name: webhookId
          in: query
          description: The identity of the Webhook
          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 Webhook](/en/api/reference/restful/rest/webhook/delete-webhook.md)
- [Webhook subscription](/en/automation/webhook/dev/subscription.md)
- [NSWebhookAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSWebhookAgent.md)
- [SuperOffice.WebApi.Agents.WebhookAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.WebhookAgent.md)
- [SuperOffice.WebApi.Agents.IWebhookAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IWebhookAgent.md)
- [Delete](/en/api/reference/restful/agent/databasetable_agent/delete.md)
