Skip to main content

disableIntegration

Disable an active integration.

Stops the integration's execution schedule and runs its deactivation process. The integration configuration is preserved and can be re-enabled later with enableIntegration. The integration must currently be in enabled status.

disableIntegration(
organizationId: ID!
id: ID!
): IntegrationPayload

Arguments

disableIntegration.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

disableIntegration.id ● ID! non-null scalar {#id}

The integration type identifier to disable.

Type

IntegrationPayload object