INPUT_OBJECT

DeleteIntegrationInput

Description

Holds the input to a delete integration request.

link GraphQL Schema definition

  • input DeleteIntegrationInput {
  • # ID of the integration to be deleted.
  • id: Long!
  • }

link Require by