Zeebe · Capability

Zeebe REST API — Resources

Zeebe REST API — Resources. 1 operations. Lead operation: Zeebe Delete a Resource. Self-contained Naftiko capability covering one Zeebe business surface.

Run with Naftiko ZeebeResources

What You Can Do

POST
Deleteresource — Zeebe Delete a Resource
/v1/resources/deletion

MCP Tools

zeebe-delete-resource

Zeebe Delete a Resource

Capability Spec

zeebe-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zeebe REST API — Resources
  description: 'Zeebe REST API — Resources. 1 operations. Lead operation: Zeebe Delete a Resource. Self-contained Naftiko
    capability covering one Zeebe business surface.'
  tags:
  - Zeebe
  - Resources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZEEBE_API_KEY: ZEEBE_API_KEY
capability:
  consumes:
  - type: http
    namespace: zeebe-resources
    baseUri: ''
    description: Zeebe REST API — Resources business capability. Self-contained, no shared references.
    resources:
    - name: resources-deletion
      path: /resources/deletion
      operations:
      - name: deleteresource
        method: POST
        description: Zeebe Delete a Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ZEEBE_API_KEY}}'
  exposes:
  - type: rest
    namespace: zeebe-resources-rest
    port: 8080
    description: REST adapter for Zeebe REST API — Resources. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/resources/deletion
      name: resources-deletion
      description: REST surface for resources-deletion.
      operations:
      - method: POST
        name: deleteresource
        description: Zeebe Delete a Resource
        call: zeebe-resources.deleteresource
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: zeebe-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zeebe REST API — Resources. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: zeebe-delete-resource
      description: Zeebe Delete a Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zeebe-resources.deleteresource
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.