document_remove_server
Remove a server URL from an OpenAPI or AsyncAPI document at document level or within a specific path scope.
Instructions
Remove a server from the document or a specific scope
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Server URL to remove | |
| session | Yes | Session name | |
| nodePath | No | Node path for scoped servers (e.g. /paths[/pets]); if omitted, removes from document level |