Values.DeleteApplicationMessageSourceRequest to delete an application.
type nonrec t = {applicationName : ApplicationName.t;The name of the application to delete.
*)terminateEnvByForce : TerminateEnvForce.t option;When set to true, running environments will be terminated before deleting the application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of TerminateEnvForce.t | `String of ApplicationName.t ])
list ]