ZhttpRemoveHeader
Removes a custom HTTP header previously set via ZhttpAddHeader so it is no longer sent with subsequent requests.
Syntax
ZhttpRemoveHeader{name}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| name | string | Yes | - |
Example
ZhttpRemoveHeader{Authorization}