SendGrid · Capability

Twilio SendGrid Recipients' Data Erasure API — Point Delete System

Twilio SendGrid Recipients' Data Erasure API — Point Delete System. 1 operations. Lead operation: Erase recipients' email data. Self-contained Naftiko capability covering one Sendgrid business surface.

Run with Naftiko SendgridPoint Delete System

What You Can Do

POST
Eraserecipientemaildata — Erase recipients' email data
/v1/v3/recipients/erasejob

MCP Tools

erase-recipients-email-data

Erase recipients' email data

Capability Spec

tsg_recipients_data_erasure_v3-point-delete-system.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Twilio SendGrid Recipients' Data Erasure API — Point Delete System
  description: 'Twilio SendGrid Recipients'' Data Erasure API — Point Delete System. 1 operations. Lead operation: Erase recipients''
    email data. Self-contained Naftiko capability covering one Sendgrid business surface.'
  tags:
  - Sendgrid
  - Point Delete System
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SENDGRID_API_KEY: SENDGRID_API_KEY
capability:
  consumes:
  - type: http
    namespace: tsg_recipients_data_erasure_v3-point-delete-system
    baseUri: https://api.sendgrid.com
    description: Twilio SendGrid Recipients' Data Erasure API — Point Delete System business capability. Self-contained, no
      shared references.
    resources:
    - name: v3-recipients-erasejob
      path: /v3/recipients/erasejob
      operations:
      - name: eraserecipientemaildata
        method: POST
        description: Erase recipients' email data
        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.SENDGRID_API_KEY}}'
  exposes:
  - type: rest
    namespace: tsg_recipients_data_erasure_v3-point-delete-system-rest
    port: 8080
    description: REST adapter for Twilio SendGrid Recipients' Data Erasure API — Point Delete System. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v3/recipients/erasejob
      name: v3-recipients-erasejob
      description: REST surface for v3-recipients-erasejob.
      operations:
      - method: POST
        name: eraserecipientemaildata
        description: Erase recipients' email data
        call: tsg_recipients_data_erasure_v3-point-delete-system.eraserecipientemaildata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tsg_recipients_data_erasure_v3-point-delete-system-mcp
    port: 9090
    transport: http
    description: MCP adapter for Twilio SendGrid Recipients' Data Erasure API — Point Delete System. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: erase-recipients-email-data
      description: Erase recipients' email data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tsg_recipients_data_erasure_v3-point-delete-system.eraserecipientemaildata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.