Coveo · Capability

Coveo Search Pages API — Zendesk

Coveo Search Pages API — Zendesk. 1 operations. Lead operation: Unlink the Zendesk Installation. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoSearch PagesZendesk

What You Can Do

DELETE
Delete — Unlink the Zendesk Installation
/v1/pages/{organizationid}/zendesk/unlink

MCP Tools

unlink-zendesk-installation

Unlink the Zendesk Installation

idempotent

Capability Spec

search-pages-zendesk.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Search Pages API — Zendesk
  description: 'Coveo Search Pages API — Zendesk. 1 operations. Lead operation: Unlink the Zendesk Installation. Self-contained
    Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Search Pages
  - Zendesk
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_SEARCH_TOKEN: COVEO_SEARCH_TOKEN
capability:
  consumes:
  - type: http
    namespace: search-pages-zendesk
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Search Pages API — Zendesk business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_SEARCH_TOKEN}}'
    resources:
    - name: pages-organizationID-zendesk-unlink
      path: /pages/{organizationID}/zendesk/unlink
      operations:
      - name: delete
        method: DELETE
        description: Unlink the Zendesk Installation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationID
          in: path
          type: string
          description: The unique identifier of the target Coveo Cloud [organization](https://docs.coveo.com/en/185) (e.g.,
            'mycoveocloudv2organizationg8tp8wu3').
          required: true
        - name: installationId
          in: query
          type: string
          description: The Zendesk Installation Id.
          required: true
  exposes:
  - type: rest
    namespace: search-pages-zendesk-rest
    port: 8080
    description: REST adapter for Coveo Search Pages API — Zendesk. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/pages/{organizationid}/zendesk/unlink
      name: pages-organizationid-zendesk-unlink
      description: REST surface for pages-organizationID-zendesk-unlink.
      operations:
      - method: DELETE
        name: delete
        description: Unlink the Zendesk Installation
        call: search-pages-zendesk.delete
        with:
          organizationID: rest.organizationID
          installationId: rest.installationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: search-pages-zendesk-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Search Pages API — Zendesk. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: unlink-zendesk-installation
      description: Unlink the Zendesk Installation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: search-pages-zendesk.delete
      with:
        organizationID: tools.organizationID
        installationId: tools.installationId
      outputParameters:
      - type: object
        mapping: $.