INPUT_OBJECT

DeleteMongoSourceInput

Description

Input for deleting a MongoDB source.

link GraphQL Schema definition

  • input DeleteMongoSourceInput {
  • # Required. v8.1-v9.2: ID of the MongoDB source to be deleted.
  • # v9.3+: Managed ID of the MongoDB source to be deleted.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by