document_remove_path
Removes a specified path from an OpenAPI or AsyncAPI document, enabling cleanup of unused endpoints.
Instructions
Remove a path item from the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API path to remove (e.g. /pets/{petId}) | |
| session | Yes | Session name |