deleteEnvironment
Removes an environment from a project. This will fail if infrastructure is still provisioned in the environment.
deleteEnvironment(
organizationId: ID!
id: ID!
): EnvironmentPayload
Removes an environment from a project. This will fail if infrastructure is still provisioned in the environment.
deleteEnvironment(
organizationId: ID!
id: ID!
): EnvironmentPayload
deleteEnvironment.organizationId
● ID!
non-null scalardeleteEnvironment.id
● ID!
non-null scalarEnvironmentPayload
object