document_remove_response_header
Remove a named header from a response node in an OpenAPI document.
Instructions
Remove a header from an OpenAPI response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Header name to remove (e.g. X-Rate-Limit) | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to the response (e.g. /paths[/pets]/get/responses[200]) |