Skip to main content

deleteIntegrations

Deletes one or more integrations by their IDs.

deleteIntegrations(
ids: [UUID!]
): DeleteIntegrationPayload

Arguments

deleteIntegrations.ids ● [UUID!] list scalar

The UUIDs of the integrations to delete.

Type

DeleteIntegrationPayload object

Represents the payload for deleting an integration.