Values.DeleteDevEnvironmentRequestSourceDeletes a Dev Environment.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)projectName : NameString.t;The name of the project in the space.
*)id : Uuid.t;The system-generated unique ID of the Dev Environment you want to delete. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.
*)}