Skip to main content

deleteIntegration

Permanently delete an integration.

Disables the integration if it is currently active, then removes the configuration entirely. This action cannot be undone — to reconnect, you will need to create the integration again with createIntegration.

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

Arguments

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

Your organization's unique identifier.

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

The integration type identifier to delete.

Type

IntegrationPayload object