Values.DeleteFleetRequestSourceDeletes a fleet.
type nonrec t = {farmId : FarmId.t;The farm ID of the farm to remove from the fleet.
*)fleetId : FleetId.t;The fleet ID of the fleet to delete.
*)clientToken : ClientToken.t option;The unique token which the server uses to recognize retries of the same request.
*)}