removeInstanceSecret
Remove a secret from an instance.
The secret is permanently deleted. The change takes effect on the next deployment; any currently running infrastructure retains the secret until redeployed.
removeInstanceSecret(
organizationId: ID!
id: ID!
name: String!
): InstanceSecretPayload
Arguments
removeInstanceSecret.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
removeInstanceSecret.id ● ID! non-null scalar {#id}
The instance to remove the secret from.
removeInstanceSecret.name ● String! non-null scalar {#name}
The name of the secret to remove.