Values.DeleteBasePathMappingRequestSourceA request to delete the BasePathMapping resource.
type nonrec t = {domainName : String_.t;The domain name of the BasePathMapping resource to delete.
*)domainNameId : String_.t option;The identifier for the domain name resource. Supported only for private custom domain names.
*)basePath : String_.t;The base path name of the BasePathMapping resource to delete. To specify an empty base path, set this parameter to '(none)'.
*)}