Values.DeleteExpressionRequestSourceContainer for the parameters to the DeleteExpression operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.
type nonrec t = {domainName : DomainName.t;expressionName : StandardName.t;The name of the Expression to delete.
*)}