Values.DeleteTrafficPolicyRequestSourceA request to delete a specified traffic policy version.
type nonrec t = {id : TrafficPolicyId.t;The ID of the traffic policy that you want to delete.
*)version : TrafficPolicyVersion.t;The version number of the traffic policy that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TrafficPolicyVersion.t
| `String of TrafficPolicyId.t ])
list ]