HubSpot · Capability

HubSpot CRM Engagement Notes API — GDPR Compliance

HubSpot CRM Engagement Notes API — GDPR Compliance. 1 operations. Lead operation: Hubspot Permanently Delete a Note for Gdpr Compliance. Self-contained Naftiko capability covering one Hubspot business surface.

Run with Naftiko HubspotGDPR Compliance

What You Can Do

POST
Gdprdeletenote — Hubspot Permanently Delete a Note for Gdpr Compliance
/v1/crm/v3/objects/notes/gdpr-delete

MCP Tools

hubspot-permanently-delete-note-gdpr

Hubspot Permanently Delete a Note for Gdpr Compliance

Capability Spec

engagement-notes-gdpr-compliance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HubSpot CRM Engagement Notes API — GDPR Compliance
  description: 'HubSpot CRM Engagement Notes API — GDPR Compliance. 1 operations. Lead operation: Hubspot Permanently Delete
    a Note for Gdpr Compliance. Self-contained Naftiko capability covering one Hubspot business surface.'
  tags:
  - Hubspot
  - GDPR Compliance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUBSPOT_API_KEY: HUBSPOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: engagement-notes-gdpr-compliance
    baseUri: https://api.hubapi.com
    description: HubSpot CRM Engagement Notes API — GDPR Compliance business capability. Self-contained, no shared references.
    resources:
    - name: crm-v3-objects-notes-gdpr-delete
      path: /crm/v3/objects/notes/gdpr-delete
      operations:
      - name: gdprdeletenote
        method: POST
        description: Hubspot Permanently Delete a Note for Gdpr Compliance
        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.HUBSPOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: engagement-notes-gdpr-compliance-rest
    port: 8080
    description: REST adapter for HubSpot CRM Engagement Notes API — GDPR Compliance. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/crm/v3/objects/notes/gdpr-delete
      name: crm-v3-objects-notes-gdpr-delete
      description: REST surface for crm-v3-objects-notes-gdpr-delete.
      operations:
      - method: POST
        name: gdprdeletenote
        description: Hubspot Permanently Delete a Note for Gdpr Compliance
        call: engagement-notes-gdpr-compliance.gdprdeletenote
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engagement-notes-gdpr-compliance-mcp
    port: 9090
    transport: http
    description: MCP adapter for HubSpot CRM Engagement Notes API — GDPR Compliance. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: hubspot-permanently-delete-note-gdpr
      description: Hubspot Permanently Delete a Note for Gdpr Compliance
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-notes-gdpr-compliance.gdprdeletenote
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.