document_remove_operation
Remove a specific HTTP method from an API path to clean up or update your OpenAPI or AsyncAPI document.
Instructions
Remove a specific HTTP operation from a path item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API path (e.g. /pets) | |
| method | Yes | HTTP method to remove | |
| session | Yes | Session name |