deleteEnvironment
Delete an environment permanently.
All instances must be decommissioned first. Query the environment's deletable
field to check for blocking constraints before calling this mutation.
deleteEnvironment(
organizationId: ID!
id: ID!
): EnvironmentPayload
Arguments
deleteEnvironment.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
deleteEnvironment.id ● ID! non-null scalar {#id}
The identifier of the environment to delete.