Postmark · Capability

Postmark API — Triggers > Tags

Postmark API — Triggers > Tags. 1 operations. Lead operation: Postmark Delete a single trigger. Self-contained Naftiko capability covering one Postmark business surface.

Run with Naftiko PostmarkTriggers > Tags

What You Can Do

DELETE
Delete — Postmark Delete a single trigger
/v1/triggers/tags/{triggerid}

MCP Tools

postmark-delete-single-trigger

Postmark Delete a single trigger

idempotent

Capability Spec

postmark-triggers-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Postmark API — Triggers > Tags
  description: 'Postmark API — Triggers > Tags. 1 operations. Lead operation: Postmark Delete a single trigger. Self-contained
    Naftiko capability covering one Postmark business surface.'
  tags:
  - Postmark
  - Triggers > Tags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    POSTMARK_API_KEY: POSTMARK_API_KEY
capability:
  consumes:
  - type: http
    namespace: postmark-triggers-tags
    baseUri: http://{{baseurl}}
    description: Postmark API — Triggers > Tags business capability. Self-contained, no shared references.
    resources:
    - name: triggers-tags-triggerid
      path: /triggers/tags/{triggerid}
      operations:
      - name: delete
        method: DELETE
        description: Postmark Delete a single trigger
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: triggerid
          in: path
          type: string
          description: The ID of the Inbound Rule that should be deleted.
          required: true
  exposes:
  - type: rest
    namespace: postmark-triggers-tags-rest
    port: 8080
    description: REST adapter for Postmark API — Triggers > Tags. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/triggers/tags/{triggerid}
      name: triggers-tags-triggerid
      description: REST surface for triggers-tags-triggerid.
      operations:
      - method: DELETE
        name: delete
        description: Postmark Delete a single trigger
        call: postmark-triggers-tags.delete
        with:
          triggerid: rest.triggerid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postmark-triggers-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for Postmark API — Triggers > Tags. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: postmark-delete-single-trigger
      description: Postmark Delete a single trigger
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postmark-triggers-tags.delete
      with:
        triggerid: tools.triggerid
      outputParameters:
      - type: object
        mapping: $.