指定した HTTP 応答ヘッダーを削除します。
RemoveResponseHeader(1)
1<script runat=server> 2 Platform.Response.RemoveResponseHeader("headerName"); 3</script>