Millimetric · Arazzo Workflow

GDPR right-to-be-forgotten

Version 1.0.0

Confirm a user's events, then permanently delete them with a secret key.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyAnalyticsWeb AnalyticsProduct AnalyticsAttributionPrivacyMCPAI AgentsEventDeveloper ToolsArazzoWorkflows

Provider

millimetric

Workflows

gdpr-delete
query (confirm scope) -> forget (delete). sk_ key only.
2 steps inputs: from, rk_key, sk_key, to, user_id outputs: queued
1
confirm
2
forget

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: GDPR right-to-be-forgotten
  version: 1.0.0
  summary: Confirm a user's events, then permanently delete them with a secret key.
sourceDescriptions:
- name: identityApi
  url: ../openapi/millimetric-identity-api-openapi.yml
  type: openapi
- name: readApi
  url: ../openapi/millimetric-read-api-openapi.yml
  type: openapi
workflows:
- workflowId: gdpr-delete
  summary: query (confirm scope) -> forget (delete). sk_ key only.
  inputs:
    type: object
    required: [sk_key, rk_key, user_id, from, to]
    properties:
      sk_key: {type: string, description: sk_live_* secret key (required for forget)}
      rk_key: {type: string}
      user_id: {type: string}
      from: {type: string}
      to: {type: string}
  steps:
  - stepId: confirm
    operationId: queryEvents
    parameters:
    - {name: Authorization, in: header, value: "Bearer $inputs.rk_key"}
    - {name: from, in: query, value: $inputs.from}
    - {name: to, in: query, value: $inputs.to}
    - {name: user_id, in: query, value: $inputs.user_id}
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      rows: $response.body#/rows
  - stepId: forget
    operationId: forget
    parameters:
    - {name: Authorization, in: header, value: "Bearer $inputs.sk_key"}
    requestBody:
      contentType: application/json
      payload:
        user_id: $inputs.user_id
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      queued: $response.body#/queued
  outputs:
    queued: $steps.forget.outputs.queued

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/millimetric-gdpr-delete"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.