Values.DeleteDomainVerificationRequestSourceDeletes the specified domain verification.
type nonrec t = {domainVerificationIdentifier : DomainVerificationIdentifier.t;The ID of the domain verification to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DomainVerificationIdentifier.t ]) list ]