Values.DeleteEnvironmentAccountConnectionInputSourceIn an environment account, delete an environment account connection. After you delete an environment account connection that’s in use by an Proton environment, Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection. For more information, see Environment account connections in the Proton User guide.
type nonrec t = {id : EnvironmentAccountConnectionId.t;The ID of the environment account connection to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of EnvironmentAccountConnectionId.t ]) list ]