InfluxDB · Capability

Complete InfluxDB Cloud API — Delete

Complete InfluxDB Cloud API — Delete. 1 operations. Lead operation: Delete data. Self-contained Naftiko capability covering one Influxdb business surface.

Run with Naftiko InfluxdbDelete

What You Can Do

POST
Postdelete — Delete data
/v1/api/v2/delete

MCP Tools

delete-data

Delete data

Capability Spec

influxdb-delete.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Complete InfluxDB Cloud API — Delete
  description: 'Complete InfluxDB Cloud API — Delete. 1 operations. Lead operation: Delete data. Self-contained Naftiko capability
    covering one Influxdb business surface.'
  tags:
  - Influxdb
  - Delete
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INFLUXDB_API_KEY: INFLUXDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: influxdb-delete
    baseUri: ''
    description: Complete InfluxDB Cloud API — Delete business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-delete
      path: /api/v2/delete
      operations:
      - name: postdelete
        method: POST
        description: Delete data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org
          in: query
          type: string
          description: An organization name or ID.
        - name: bucket
          in: query
          type: string
          description: A bucket name or ID.
        - name: orgID
          in: query
          type: string
          description: An organization ID.
        - name: bucketID
          in: query
          type: string
          description: A bucket ID.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.INFLUXDB_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: influxdb-delete-rest
    port: 8080
    description: REST adapter for Complete InfluxDB Cloud API — Delete. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/delete
      name: api-v2-delete
      description: REST surface for api-v2-delete.
      operations:
      - method: POST
        name: postdelete
        description: Delete data
        call: influxdb-delete.postdelete
        with:
          org: rest.org
          bucket: rest.bucket
          orgID: rest.orgID
          bucketID: rest.bucketID
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: influxdb-delete-mcp
    port: 9090
    transport: http
    description: MCP adapter for Complete InfluxDB Cloud API — Delete. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: delete-data
      description: Delete data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: influxdb-delete.postdelete
      with:
        org: tools.org
        bucket: tools.bucket
        orgID: tools.orgID
        bucketID: tools.bucketID
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.