HubSpot · Capability

HubSpot CRM Engagement Calls API — GDPR Compliance

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

Run with Naftiko HubspotGDPR Compliance

What You Can Do

POST
Gdprdeletecall — Hubspot Permanently Delete a Call for Gdpr Compliance
/v1/crm/v3/objects/calls/gdpr-delete

MCP Tools

hubspot-permanently-delete-call-gdpr

Hubspot Permanently Delete a Call for Gdpr Compliance

Capability Spec

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