Paragon · Arazzo Workflow

Paragon Disconnect a User Integration and Confirm

Version 1.0.0

Find an enabled integration for a Connected User, disconnect it, then confirm it is gone.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Embedded IntegrationsIntegration InfrastructureiPaaSAI AgentsMCPIntegrationArazzoWorkflows

Provider

paragon

Workflows

disconnect-integration
Verify an integration is connected, disconnect it, and confirm removal.
Lists project integrations, branches when the target integration is enabled, disconnects it for the Connected User, and re-reads the user to confirm.
3 steps inputs: integrationId, projectId outputs: disconnectedIntegrationId, remainingIntegrations
1
getIntegrations
getIntegrations
Retrieve the project integrations and their enabled status for the Connected User to confirm there is something to disconnect.
2
disconnectIntegration
disconnectIntegration
Disconnect the integration for the Connected User, stopping its workflows and clearing any saved User Settings.
3
confirmUser
getUser
Re-read the Connected User to confirm the disconnected integration is no longer reported among their enabled integrations.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Paragon Disconnect a User Integration and Confirm
  summary: Find an enabled integration for a Connected User, disconnect it, then confirm it is gone.
  description: >-
    A clean integration teardown flow. The workflow lists the project
    integrations to confirm the target integration is enabled for the Connected
    User, disconnects it (which stops its workflows and clears saved User
    Settings), and re-reads the user to confirm the integration no longer
    reports as enabled. Every step spells out its request inline so the flow can
    be read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: integrationsApi
  url: ../openapi/_superseded/paragon-integrations-api-openapi.yml
  type: openapi
- name: usersApi
  url: ../openapi/_superseded/paragon-users-api-openapi.yml
  type: openapi
workflows:
- workflowId: disconnect-integration
  summary: Verify an integration is connected, disconnect it, and confirm removal.
  description: >-
    Lists project integrations, branches when the target integration is enabled,
    disconnects it for the Connected User, and re-reads the user to confirm.
  inputs:
    type: object
    required:
    - projectId
    - integrationId
    properties:
      projectId:
        type: string
        description: Your Paragon Project ID.
      integrationId:
        type: string
        description: The ID of the integration to disconnect.
  steps:
  - stepId: getIntegrations
    description: >-
      Retrieve the project integrations and their enabled status for the
      Connected User to confirm there is something to disconnect.
    operationId: getIntegrations
    parameters:
    - name: projectId
      in: path
      value: $inputs.projectId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      integrations: $response.body
    onSuccess:
    - name: hasEnabledIntegration
      type: goto
      stepId: disconnectIntegration
      criteria:
      - context: $response.body
        condition: $[?(@.enabled == true)]
        type: jsonpath
  - stepId: disconnectIntegration
    description: >-
      Disconnect the integration for the Connected User, stopping its workflows
      and clearing any saved User Settings.
    operationId: disconnectIntegration
    parameters:
    - name: projectId
      in: path
      value: $inputs.projectId
    - name: integrationId
      in: path
      value: $inputs.integrationId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      disconnectedIntegrationId: $inputs.integrationId
  - stepId: confirmUser
    description: >-
      Re-read the Connected User to confirm the disconnected integration is no
      longer reported among their enabled integrations.
    operationId: getUser
    parameters:
    - name: projectId
      in: path
      value: $inputs.projectId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      integrations: $response.body#/integrations
  outputs:
    disconnectedIntegrationId: $steps.disconnectIntegration.outputs.disconnectedIntegrationId
    remainingIntegrations: $steps.confirmUser.outputs.integrations

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/paragon-disconnect-integration-workflow"
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.