Auth0 · Capability

Auth0 API — Deprecated > Link Accounts

Auth0 API — Deprecated > Link Accounts. 1 operations. Lead operation: Auth0 Unlink an account. Self-contained Naftiko capability covering one Auth0 business surface.

Run with Naftiko Auth0Deprecated > Link Accounts

What You Can Do

POST
Unlink — Auth0 Unlink an account
/v1/unlink

MCP Tools

auth0-unlink-account

Auth0 Unlink an account

Capability Spec

auth0-deprecated-link-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Auth0 API — Deprecated > Link Accounts
  description: 'Auth0 API — Deprecated > Link Accounts. 1 operations. Lead operation: Auth0 Unlink an account. Self-contained
    Naftiko capability covering one Auth0 business surface.'
  tags:
  - Auth0
  - Deprecated > Link Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTH0_API_KEY: AUTH0_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth0-deprecated-link-accounts
    baseUri: ''
    description: Auth0 API — Deprecated > Link Accounts business capability. Self-contained, no shared references.
    resources:
    - name: unlink
      path: /unlink
      operations:
      - name: unlink
        method: POST
        description: Auth0 Unlink an account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: auth0-deprecated-link-accounts-rest
    port: 8080
    description: REST adapter for Auth0 API — Deprecated > Link Accounts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/unlink
      name: unlink
      description: REST surface for unlink.
      operations:
      - method: POST
        name: unlink
        description: Auth0 Unlink an account
        call: auth0-deprecated-link-accounts.unlink
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth0-deprecated-link-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Auth0 API — Deprecated > Link Accounts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: auth0-unlink-account
      description: Auth0 Unlink an account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: auth0-deprecated-link-accounts.unlink
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.