document_remove_parameter
Remove a parameter from an API path or operation by specifying session, path, method, name, and location.
Instructions
Remove a parameter from a path item or operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Parameter name to remove | |
| path | Yes | The API path (e.g. /pets) | |
| method | No | HTTP method (omit to remove from path item level) | |
| session | Yes | Session name | |
| location | Yes | Parameter location: query, path, header, cookie |