> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Trigger Script By Unique Id

> Delete a trigger CRMScript.

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



## OpenAPI

````yaml /openapi/rest/openapi-v3-TriggerScript.json delete /api/v1/TriggerScript/{triggerScriptUniqueId}
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - TriggerScript
  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/TriggerScript/{triggerScriptUniqueId}:
    delete:
      tags:
        - TriggerScript
      summary: Delete Trigger Script By Unique Id
      description: >-
        Delete a trigger CRMScript.


        <para />## Online Restricted: ## The CRMScript agent is not available in
        Online by default. Access must be requested specifically when app is
        registered.
      operationId: v1TriggerScriptEntity_DeleteTriggerScriptByUniqueId
      parameters:
        - name: triggerScriptUniqueId
          in: path
          description: The unique id of the CRMScript to validate
          required: true
          schema:
            type: string
        - 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: {}

````