---
title: remove
summary: null
url: https://www.fastly.com/documentation/reference/vcl/statements/remove
---

**Available in:** all subroutines

Removes an HTTP header from a request or response object.

```vcl
remove beresp.http.x-goog-hash;
```

Alias of `unset`.
