Navigation
BlueprintAPI > BlueprintAPI/Http
Removes a header from the HeaderObject
Target is Http Blueprint Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Header Object | |
| string | Header to Remove |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Whether or not the operation was successful. A value of false most likely means the Key did not exist on the HeaderObject |