removeCredentialsInput

Input object for removing credentials from a connector.

Examples

input RemoveCredentialsInput {
  connectorID: String!
  credentialsIndex: Int
  credentialsId: String
}

Fields

Field
Description
Supported fields

connectorID String!

Unique identifier of the connector to remove credentials from

credentialsIndex Int

Index of the credentials to remove in the credentials array

credentialsId String

Unique identifier of the credentials to remove.

References

Mutations using this object:

Last updated